| Interface | Description |
|---|---|
| Boolean2BooleanMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2BooleanMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2BooleanMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2ByteMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2ByteMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2ByteMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2CharMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2CharMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2CharMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2DoubleMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2DoubleMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2DoubleMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2FloatMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2FloatMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2FloatMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2IntMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2IntMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2IntMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2LongMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2LongMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2LongMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2ObjectMap<V> |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2ObjectMap.Entry<V> |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2ObjectMap.FastEntrySet<V> |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
| Boolean2ShortMap |
A Type Specific Map that reduces memory overhead due to boxing/unboxing of Primitives
and some extra helper functions.
|
| Boolean2ShortMap.Entry |
Type Specific Map Entry that reduces boxing/unboxing
|
| Boolean2ShortMap.FastEntrySet |
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|