| Interface | Description |
|---|---|
| IndexedNavigableMap<K,V> |
User: Vitaly Sazanovich Date: 07/02/13 Time: 19:28 Email: Vitaly.Sazanovich@gmail.com
|
| IndexedNavigableSet<E> |
User: Vitaly Sazanovich Date: 08/02/13 Time: 09:56 Email: Vitaly.Sazanovich@gmail.com
|
| Class | Description |
|---|---|
| AbstractMap<K,V> |
This class provides a skeletal implementation of the
Map interface, 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 the
Set interface to minimize the effort required to
implement this interface. |
| IndexedTreeMap<K,V> |
A Red-Black tree based
NavigableMap implementation. |
| IndexedTreeMap.AscendingSubMap<K,V> | |
| IndexedTreeMap.Entry<K,V> |
Node in the Tree.
|
| IndexedTreeSet<E> |
A
NavigableSet implementation based on a IndexedTreeMap. |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.