|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralStringComparator.LengthTreatment | |
|---|---|
| com.programix.collections | |
| Uses of GeneralStringComparator.LengthTreatment in com.programix.collections |
|---|
| Fields in com.programix.collections declared as GeneralStringComparator.LengthTreatment | |
|---|---|
static GeneralStringComparator.LengthTreatment |
GeneralStringComparator.LengthTreatment.LONGEST_FIRST
The longest String's should come first. |
static GeneralStringComparator.LengthTreatment |
GeneralStringComparator.LengthTreatment.NONE
Nothing about the length of the String should be given special consideration. |
static GeneralStringComparator.LengthTreatment |
GeneralStringComparator.LengthTreatment.SHORTEST_FIRST
The shortest String's should come first. |
| Methods in com.programix.collections that return GeneralStringComparator.LengthTreatment | |
|---|---|
GeneralStringComparator.LengthTreatment |
GeneralStringComparator.getLengthTreatment()
|
static GeneralStringComparator.LengthTreatment[] |
GeneralStringComparator.LengthTreatment.getValues()
Returns an array of all the legal values. |
| Constructors in com.programix.collections with parameters of type GeneralStringComparator.LengthTreatment | |
|---|---|
GeneralStringComparator(GeneralStringComparator.CharSort charSort,
GeneralStringComparator.NullTreatment nullTreatment,
GeneralStringComparator.LengthTreatment lengthTreatment,
boolean trimBeforeCompare)
|
|
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||