|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jclark.xsl.util.TextComparator
public class 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||