AbstractHashMap<K,V> |
An abstract base class supporting Map implementations that use hash
tables with MAD compression.
|
AbstractMap<K,V> |
An abstract base class to ease the implementation of the Map interface.
|
AbstractMap.MapEntry<K,V> |
A concrete implementation of the Entry interface to be used
within a Map implementation.
|
AbstractSortedMap<K,V> |
An abstract base class to ease the implementation of the SortedMap interface.
|
ChainHashMap<K,V> |
Map implementation using hash table with separate chaining.
|
DefaultComparator<E> |
Comparator based on the compareTo method of a Comparable element type.
|
ProbeHashMap<K,V> |
Map implementation using hash table with linear probing.
|
SortedTableMap<K,V> |
An implementation of a map using a sorted table.
|
TestMap |
Class to unit test an arbitrary map implementation
|
TestMap.TestEntry<K,V> |
Class to hold test entries for comparison
|
TreeMap<K,V> |
An implementation of a sorted map using a binary search tree.
|
UnsortedTableMap<K,V> |
An implementation of a map using an unsorted table.
|