Interface | Description |
---|---|
IListMap<TKey extends java.lang.Comparable<TKey>,TValue> |
A type-aware collection of values, accessible by a list-style index as well as key.
|
Class | Description |
---|---|
AvlTreeList<TKey extends java.lang.Comparable<TKey>,TValue> |
A type-aware AVL-tree-backed map holding values which are accessible by key as well as a list-style index.
|
ListMap<TKey extends java.lang.Comparable<TKey>,TValue> |
A type-aware list-backed map holding values which are accessible by key as well as a list-style index.
|