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