| Class | Description |
|---|---|
| ArrayMap<K,V> |
Map implementation which preserves the order of the keys when it is needed loop over them.
|
| DeepStack<E> | |
| HashList<E> | |
| ListenedArrayList<E> |
Extension of an ArrayList which throw a new Event whenever it changes.
|
| ListSet<E> |
Set implementation which, when it is needed to iterate over it, preserves the order of the element in order of adding.
|
| ListSortedSet<E> |
Implementation of SortedSet where the elements are iterate in the same order they are added.
|
| SetUtils<E> |
Class implementing different set operations.
|