| Interface | Description |
|---|---|
| NaturalComparator.Translator<T> |
| Class | Description |
|---|---|
| ComposedKey<T> |
A
ComposedKey is an utilitary class to compose several pieces of data
in a single one and use this composition as a key, for instance in a
Map. |
| ListIterator<T> |
A
ListIterator aims at providing a way to generate an exhaustive
sequence of possible Lists. |
| ListUtils | |
| MapUtils | |
| NaturalComparator<T> |
A
NaturalComparator allows to compare two elements in a human way,
which is commonly interpreted as a comparison which:
is not case sensitive
treat numbers as numbers (not as strings)
For example, "file" and "File" are merely the same names and so should be
grouped together. |
| ReflexiveMap<Key,Value> |
A
ReflexiveMap aims at providing a Map which support a
bijective relation. |
| SetIterator<T> |
A
SetIterator aims at providing a way to generate an exhaustive
sequence of possible Sets. |
Copyright © 2014–2015. All rights reserved.