Class StringCompare
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.StringCompare
-
- All Implemented Interfaces:
java.util.Comparator
public class StringCompare extends java.lang.Object implements java.util.Comparator
This class was used in the 1.1-version of iText (by Volker Richert). Paulo Soares suggested I should add it to the original library, so that in the future it would be easier to port it to the JDK1.1.x.
-
-
Constructor Summary
Constructors Constructor Description StringCompare()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
Compares 2 objects.
-