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