| Class | Description |
|---|---|
| Enum2BooleanMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2ByteMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2CharMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2DoubleMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2FloatMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2IntMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2LongMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2ObjectMap<T extends java.lang.Enum<T>,V> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| Enum2ShortMap<T extends java.lang.Enum<T>> |
A Type Specific EnumMap implementation that allows for Primitive Values.
|
| LinkedEnum2BooleanMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2ByteMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2CharMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2DoubleMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2FloatMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2IntMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2LongMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2ObjectMap<T extends java.lang.Enum<T>,V> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| LinkedEnum2ShortMap<T extends java.lang.Enum<T>> |
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration.
|
| Object2BooleanArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2ByteArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2CharArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2DoubleArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2FloatArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2IntArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2LongArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2ObjectArrayMap<T,V> |
A Very Specific Type Specific implementation of a ArrayMap.
|
| Object2ShortArrayMap<T> |
A Very Specific Type Specific implementation of a ArrayMap.
|