public abstract class TextComparer extends Comparer
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CASE_ORDER |
static int |
LOWERCASE_FIRST |
static int |
UPPERCASE_FIRST |
| Constructor and Description |
|---|
TextComparer() |
| Modifier and Type | Method and Description |
|---|---|
Comparer |
setCaseOrder(int caseOrder)
Set case order
|
compare, setDataType, setOrderpublic static final int DEFAULT_CASE_ORDER
public static final int LOWERCASE_FIRST
public static final int UPPERCASE_FIRST
public Comparer setCaseOrder(int caseOrder)
caseOrder - one of DEFAULT_CASE_ORDER, LOWERCASE_FIRST, or UPPERCASE_FIRST.
Indicates whether upper case letters precede or follow lower case letters in the ordering