| Interface | Description |
|---|---|
| Byte2ShortMap |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Byte2ShortMap.Entry |
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Byte2ShortMap.FastEntrySet |
An entry set providing fast iteration.
|
| Byte2ShortSortedMap |
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2ShortSortedMap.FastSortedEntrySet |
A sorted entry set providing fast iteration.
|
| Class | Description |
|---|---|
| AbstractByte2ShortFunction |
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractByte2ShortMap |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractByte2ShortMap.BasicEntry |
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).
|
| AbstractByte2ShortMap.BasicEntrySet |
This class provides a basic implementation for an Entry set which forwards some queries to the map.
|
| AbstractByte2ShortSortedMap |
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractByte2ShortSortedMap.KeySetIterator |
A wrapper exhibiting a map iterator as an iterator on keys.
|
| AbstractByte2ShortSortedMap.ValuesIterator |
A wrapper exhibiting a map iterator as an iterator on values.
|
| Byte2ShortArrayMap |
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Byte2ShortAVLTreeMap |
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Byte2ShortFunctions |
A class providing static methods and objects that do useful things with type-specific functions.
|
| Byte2ShortFunctions.EmptyFunction |
An immutable class representing an empty type-specific function.
|
| Byte2ShortFunctions.PrimitiveFunction |
An adapter for mapping generic total functions to partial primitive functions.
|
| Byte2ShortFunctions.Singleton |
An immutable class representing a type-specific singleton function.
|
| Byte2ShortFunctions.SynchronizedFunction |
A synchronized wrapper class for functions.
|
| Byte2ShortFunctions.UnmodifiableFunction |
An unmodifiable wrapper class for functions.
|
| Byte2ShortLinkedOpenHashMap |
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Byte2ShortMaps |
A class providing static methods and objects that do useful things with type-specific maps.
|
| Byte2ShortMaps.EmptyMap |
An immutable class representing an empty type-specific map.
|
| Byte2ShortMaps.Singleton |
An immutable class representing a type-specific singleton map.
|
| Byte2ShortMaps.SynchronizedMap |
A synchronized wrapper class for maps.
|
| Byte2ShortMaps.UnmodifiableMap |
An unmodifiable wrapper class for maps.
|
| Byte2ShortOpenCustomHashMap |
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Byte2ShortOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Byte2ShortRBTreeMap |
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Byte2ShortSortedMaps |
A class providing static methods and objects that do useful things with type-specific sorted maps.
|
| Byte2ShortSortedMaps.EmptySortedMap |
An immutable class representing an empty type-specific sorted map.
|
| Byte2ShortSortedMaps.Singleton |
An immutable class representing a type-specific singleton sorted map.
|
| Byte2ShortSortedMaps.SynchronizedSortedMap |
A synchronized wrapper class for sorted maps.
|
| Byte2ShortSortedMaps.UnmodifiableSortedMap |
An unmodifiable wrapper class for sorted maps.
|