|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| CollectionsTools | Utility methods for working with the Collections API. |
| ComparableComparator<T extends Comparable> | This Comparator can be used to compare types that are
Comparable when a Comparator is required. |
| GeneralStringComparator | Comparator that can be used to compare String's in
many different ways. |
| GeneralStringComparator.CharSort | Defines how the characters of the string should be considered when being compared to other String's. |
| GeneralStringComparator.LengthTreatment | Defines how the length of the string should be considered when being compared to other String's. |
| GeneralStringComparator.NullTreatment | Defines how null references should be treated when being compared to String's. |
| MapTools | Commonly needed utilities for working with the Collections API Map. |
| NullFirstComparator<T> | This Comparator wrapper considers "null" to be "less than"
any non-null reference and will sort any null's to the top. |
| NullLastComparator<T> | This Comparator wrapper considers "null" to be "greater than"
any non-null reference and will sort any null's to the bottom. |
| ReverseComparator<T> | This Comparator wrapper reverses the sense of the
Comparator supplied at the time of construction. |
| Exception Summary | |
|---|---|
| MapTools.MapException | Used to indicate that something went wrong in one of the MapTools functions. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||