|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.util.comparator.StringComparator
public abstract class StringComparator
Static string comparator permitting null operands.
NullComparator| Method Summary | |
|---|---|
static int |
compare(String o1,
String o2)
Compare two strings. |
static int |
compareIgnoreCase(String o1,
String o2)
Compare two strings ignoring case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int compare(String o1,
String o2)
o1 - first stringo2 - second string
public static int compareIgnoreCase(String o1,
String o2)
o1 - first stringo2 - second string
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||