|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jclark.xsl.util.TextComparator
Field Summary | |
static int |
LOWER_FIRST
|
static int |
UPPER_FIRST
|
Method Summary | |
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
|
static Comparator |
create(java.util.Locale locale,
int caseOrder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UPPER_FIRST
public static final int LOWER_FIRST
Method Detail |
public static Comparator create(java.util.Locale locale, int caseOrder)
public int compare(java.lang.Object obj1, java.lang.Object obj2)
compare
in interface Comparator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |