|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.programix.collections.GeneralStringComparator.CharSort
public static final class GeneralStringComparator.CharSort
Defines how the characters of the string should be considered when being compared to other String's.
| Field Summary | |
|---|---|
static GeneralStringComparator.CharSort |
CASE_INSENSITIVE_ASC
Character's case will be not be considered and will sort ascending. |
static GeneralStringComparator.CharSort |
CASE_INSENSITIVE_DESC
Character's case will not be be considered and will sort descending. |
static GeneralStringComparator.CharSort |
CASE_SENSITIVE_ASC
Character's case will be considered and will sort ascending. |
static GeneralStringComparator.CharSort |
CASE_SENSITIVE_DESC
Character's case will be considered and will sort descending. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Use this method instead of == to be sure that serialization or multiple class loaders have not resulted in multiple instances. |
String |
getName()
|
static GeneralStringComparator.CharSort[] |
getValues()
Returns an array of all the legal values. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GeneralStringComparator.CharSort CASE_SENSITIVE_ASC
public static final GeneralStringComparator.CharSort CASE_SENSITIVE_DESC
public static final GeneralStringComparator.CharSort CASE_INSENSITIVE_ASC
public static final GeneralStringComparator.CharSort CASE_INSENSITIVE_DESC
| Method Detail |
|---|
public String getName()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static GeneralStringComparator.CharSort[] getValues()
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||