| Interface | Description |
|---|---|
| Short2ObjectMap<V> |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Short2ObjectMap.Entry<V> |
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Short2ObjectMap.FastEntrySet<V> |
An entry set providing fast iteration.
|
| Short2ObjectSortedMap<V> |
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2ObjectSortedMap.FastSortedEntrySet<V> |
A sorted entry set providing fast iteration.
|
| Class | Description |
|---|---|
| AbstractShort2ObjectFunction<V> |
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractShort2ObjectMap<V> |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractShort2ObjectMap.BasicEntry<V> |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| AbstractShort2ObjectMap.BasicEntrySet<V> |
This class provides a basic implementation for an Entry set which forwards some queries to the map.
|
| AbstractShort2ObjectSortedMap<V> |
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractShort2ObjectSortedMap.KeySetIterator<V> |
A wrapper exhibiting a map iterator as an iterator on keys.
|
| AbstractShort2ObjectSortedMap.ValuesIterator<V> |
A wrapper exhibiting a map iterator as an iterator on values.
|
| Short2ObjectArrayMap<V> |
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Short2ObjectAVLTreeMap<V> |
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Short2ObjectFunctions |
A class providing static methods and objects that do useful things with type-specific functions.
|
| Short2ObjectFunctions.EmptyFunction<V> |
An immutable class representing an empty type-specific function.
|
| Short2ObjectFunctions.PrimitiveFunction<V> |
An adapter for mapping generic total functions to partial primitive functions.
|
| Short2ObjectFunctions.Singleton<V> |
An immutable class representing a type-specific singleton function.
|
| Short2ObjectFunctions.SynchronizedFunction<V> |
A synchronized wrapper class for functions.
|
| Short2ObjectFunctions.UnmodifiableFunction<V> |
An unmodifiable wrapper class for functions.
|
| Short2ObjectLinkedOpenHashMap<V> |
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Short2ObjectMaps |
A class providing static methods and objects that do useful things with type-specific maps.
|
| Short2ObjectMaps.EmptyMap<V> |
An immutable class representing an empty type-specific map.
|
| Short2ObjectMaps.Singleton<V> |
An immutable class representing a type-specific singleton map.
|
| Short2ObjectMaps.SynchronizedMap<V> |
A synchronized wrapper class for maps.
|
| Short2ObjectMaps.UnmodifiableMap<V> |
An unmodifiable wrapper class for maps.
|
| Short2ObjectOpenCustomHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Short2ObjectOpenHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation.
|
| Short2ObjectRBTreeMap<V> |
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Short2ObjectSortedMaps |
A class providing static methods and objects that do useful things with type-specific sorted maps.
|
| Short2ObjectSortedMaps.EmptySortedMap<V> |
An immutable class representing an empty type-specific sorted map.
|
| Short2ObjectSortedMaps.Singleton<V> |
An immutable class representing a type-specific singleton sorted map.
|
| Short2ObjectSortedMaps.SynchronizedSortedMap<V> |
A synchronized wrapper class for sorted maps.
|
| Short2ObjectSortedMaps.UnmodifiableSortedMap<V> |
An unmodifiable wrapper class for sorted maps.
|