Package de.gsi.dataset.utils.trees
-
Interface Summary Interface Description IndexedNavigableMap<K,V> User: Vitaly Sazanovich Date: 07/02/13 Time: 19:28 Email: Vitaly.Sazanovich@gmail.comIndexedNavigableSet<E> User: Vitaly Sazanovich Date: 08/02/13 Time: 09:56 Email: Vitaly.Sazanovich@gmail.com -
Class Summary Class Description AbstractMap<K,V> This class provides a skeletal implementation of theMapinterface, to minimize the effort required to implement this interface.AbstractMap.SimpleEntry<K,V> An Entry maintaining a key and a value.AbstractMap.SimpleImmutableEntry<K,V> An Entry maintaining an immutable key and value.AbstractSet<E> This class provides a skeletal implementation of theSetinterface to minimize the effort required to implement this interface.IndexedTreeMap<K,V> A Red-Black tree basedNavigableMapimplementation.IndexedTreeSet<E> ANavigableSetimplementation based on aIndexedTreeMap.