class TextSorter extends java.lang.Object implements java.util.Comparator<TextString>
Constructor and Description |
---|
TextSorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(TextString a,
TextString b) |
public int compare(TextString a, TextString b)
compare
in interface java.util.Comparator<TextString>