public static class TextUtils.ObjectsByToString
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>
Constructor and Description |
---|
ObjectsByToString() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Method to sort Objects by their string name.
|