Package writer2latex.util
Class StringComparator<T>
java.lang.Object
writer2latex.util.StringComparator<T>
- Type Parameters:
T- the class to compare
- All Implemented Interfaces:
Comparator<T>
This is a
Comparator implementation specific for objects compared by one or more string values.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
StringComparator
-
-
Method Details
-
getCollator
-