Package com.koloboke.collect.map.hash

Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods.

See:
          Description

Interface Summary
HashByteByteMap An interface for ByteByteMaps, based on hash tables.
HashByteByteMapFactory An immutable factory of HashByteByteMaps.
HashByteCharMap An interface for ByteCharMaps, based on hash tables.
HashByteCharMapFactory An immutable factory of HashByteCharMaps.
HashByteDoubleMap An interface for ByteDoubleMaps, based on hash tables.
HashByteDoubleMapFactory An immutable factory of HashByteDoubleMaps.
HashByteFloatMap An interface for ByteFloatMaps, based on hash tables.
HashByteFloatMapFactory An immutable factory of HashByteFloatMaps.
HashByteIntMap An interface for ByteIntMaps, based on hash tables.
HashByteIntMapFactory An immutable factory of HashByteIntMaps.
HashByteLongMap An interface for ByteLongMaps, based on hash tables.
HashByteLongMapFactory An immutable factory of HashByteLongMaps.
HashByteObjMap<V> An interface for ByteObjMaps, based on hash tables.
HashByteObjMapFactory<V> An immutable factory of HashByteObjMaps.
HashByteShortMap An interface for ByteShortMaps, based on hash tables.
HashByteShortMapFactory An immutable factory of HashByteShortMaps.
HashCharByteMap An interface for CharByteMaps, based on hash tables.
HashCharByteMapFactory An immutable factory of HashCharByteMaps.
HashCharCharMap An interface for CharCharMaps, based on hash tables.
HashCharCharMapFactory An immutable factory of HashCharCharMaps.
HashCharDoubleMap An interface for CharDoubleMaps, based on hash tables.
HashCharDoubleMapFactory An immutable factory of HashCharDoubleMaps.
HashCharFloatMap An interface for CharFloatMaps, based on hash tables.
HashCharFloatMapFactory An immutable factory of HashCharFloatMaps.
HashCharIntMap An interface for CharIntMaps, based on hash tables.
HashCharIntMapFactory An immutable factory of HashCharIntMaps.
HashCharLongMap An interface for CharLongMaps, based on hash tables.
HashCharLongMapFactory An immutable factory of HashCharLongMaps.
HashCharObjMap<V> An interface for CharObjMaps, based on hash tables.
HashCharObjMapFactory<V> An immutable factory of HashCharObjMaps.
HashCharShortMap An interface for CharShortMaps, based on hash tables.
HashCharShortMapFactory An immutable factory of HashCharShortMaps.
HashDoubleByteMap An interface for DoubleByteMaps, based on hash tables.
HashDoubleByteMapFactory An immutable factory of HashDoubleByteMaps.
HashDoubleCharMap An interface for DoubleCharMaps, based on hash tables.
HashDoubleCharMapFactory An immutable factory of HashDoubleCharMaps.
HashDoubleDoubleMap An interface for DoubleDoubleMaps, based on hash tables.
HashDoubleDoubleMapFactory An immutable factory of HashDoubleDoubleMaps.
HashDoubleFloatMap An interface for DoubleFloatMaps, based on hash tables.
HashDoubleFloatMapFactory An immutable factory of HashDoubleFloatMaps.
HashDoubleIntMap An interface for DoubleIntMaps, based on hash tables.
HashDoubleIntMapFactory An immutable factory of HashDoubleIntMaps.
HashDoubleLongMap An interface for DoubleLongMaps, based on hash tables.
HashDoubleLongMapFactory An immutable factory of HashDoubleLongMaps.
HashDoubleObjMap<V> An interface for DoubleObjMaps, based on hash tables.
HashDoubleObjMapFactory<V> An immutable factory of HashDoubleObjMaps.
HashDoubleShortMap An interface for DoubleShortMaps, based on hash tables.
HashDoubleShortMapFactory An immutable factory of HashDoubleShortMaps.
HashFloatByteMap An interface for FloatByteMaps, based on hash tables.
HashFloatByteMapFactory An immutable factory of HashFloatByteMaps.
HashFloatCharMap An interface for FloatCharMaps, based on hash tables.
HashFloatCharMapFactory An immutable factory of HashFloatCharMaps.
HashFloatDoubleMap An interface for FloatDoubleMaps, based on hash tables.
HashFloatDoubleMapFactory An immutable factory of HashFloatDoubleMaps.
HashFloatFloatMap An interface for FloatFloatMaps, based on hash tables.
HashFloatFloatMapFactory An immutable factory of HashFloatFloatMaps.
HashFloatIntMap An interface for FloatIntMaps, based on hash tables.
HashFloatIntMapFactory An immutable factory of HashFloatIntMaps.
HashFloatLongMap An interface for FloatLongMaps, based on hash tables.
HashFloatLongMapFactory An immutable factory of HashFloatLongMaps.
HashFloatObjMap<V> An interface for FloatObjMaps, based on hash tables.
HashFloatObjMapFactory<V> An immutable factory of HashFloatObjMaps.
HashFloatShortMap An interface for FloatShortMaps, based on hash tables.
HashFloatShortMapFactory An immutable factory of HashFloatShortMaps.
HashIntByteMap An interface for IntByteMaps, based on hash tables.
HashIntByteMapFactory An immutable factory of HashIntByteMaps.
HashIntCharMap An interface for IntCharMaps, based on hash tables.
HashIntCharMapFactory An immutable factory of HashIntCharMaps.
HashIntDoubleMap An interface for IntDoubleMaps, based on hash tables.
HashIntDoubleMapFactory An immutable factory of HashIntDoubleMaps.
HashIntFloatMap An interface for IntFloatMaps, based on hash tables.
HashIntFloatMapFactory An immutable factory of HashIntFloatMaps.
HashIntIntMap An interface for IntIntMaps, based on hash tables.
HashIntIntMapFactory An immutable factory of HashIntIntMaps.
HashIntLongMap An interface for IntLongMaps, based on hash tables.
HashIntLongMapFactory An immutable factory of HashIntLongMaps.
HashIntObjMap<V> An interface for IntObjMaps, based on hash tables.
HashIntObjMapFactory<V> An immutable factory of HashIntObjMaps.
HashIntShortMap An interface for IntShortMaps, based on hash tables.
HashIntShortMapFactory An immutable factory of HashIntShortMaps.
HashLongByteMap An interface for LongByteMaps, based on hash tables.
HashLongByteMapFactory An immutable factory of HashLongByteMaps.
HashLongCharMap An interface for LongCharMaps, based on hash tables.
HashLongCharMapFactory An immutable factory of HashLongCharMaps.
HashLongDoubleMap An interface for LongDoubleMaps, based on hash tables.
HashLongDoubleMapFactory An immutable factory of HashLongDoubleMaps.
HashLongFloatMap An interface for LongFloatMaps, based on hash tables.
HashLongFloatMapFactory An immutable factory of HashLongFloatMaps.
HashLongIntMap An interface for LongIntMaps, based on hash tables.
HashLongIntMapFactory An immutable factory of HashLongIntMaps.
HashLongLongMap An interface for LongLongMaps, based on hash tables.
HashLongLongMapFactory An immutable factory of HashLongLongMaps.
HashLongObjMap<V> An interface for LongObjMaps, based on hash tables.
HashLongObjMapFactory<V> An immutable factory of HashLongObjMaps.
HashLongShortMap An interface for LongShortMaps, based on hash tables.
HashLongShortMapFactory An immutable factory of HashLongShortMaps.
HashObjByteMap<K> An interface for ObjByteMaps, based on hash tables.
HashObjByteMapFactory<K> An immutable factory of HashObjByteMaps.
HashObjCharMap<K> An interface for ObjCharMaps, based on hash tables.
HashObjCharMapFactory<K> An immutable factory of HashObjCharMaps.
HashObjDoubleMap<K> An interface for ObjDoubleMaps, based on hash tables.
HashObjDoubleMapFactory<K> An immutable factory of HashObjDoubleMaps.
HashObjFloatMap<K> An interface for ObjFloatMaps, based on hash tables.
HashObjFloatMapFactory<K> An immutable factory of HashObjFloatMaps.
HashObjIntMap<K> An interface for ObjIntMaps, based on hash tables.
HashObjIntMapFactory<K> An immutable factory of HashObjIntMaps.
HashObjLongMap<K> An interface for ObjLongMaps, based on hash tables.
HashObjLongMapFactory<K> An immutable factory of HashObjLongMaps.
HashObjObjMap<K,V> An interface for ObjObjMaps, based on hash tables.
HashObjObjMapFactory<K,V> An immutable factory of HashObjObjMaps.
HashObjShortMap<K> An interface for ObjShortMaps, based on hash tables.
HashObjShortMapFactory<K> An immutable factory of HashObjShortMaps.
HashShortByteMap An interface for ShortByteMaps, based on hash tables.
HashShortByteMapFactory An immutable factory of HashShortByteMaps.
HashShortCharMap An interface for ShortCharMaps, based on hash tables.
HashShortCharMapFactory An immutable factory of HashShortCharMaps.
HashShortDoubleMap An interface for ShortDoubleMaps, based on hash tables.
HashShortDoubleMapFactory An immutable factory of HashShortDoubleMaps.
HashShortFloatMap An interface for ShortFloatMaps, based on hash tables.
HashShortFloatMapFactory An immutable factory of HashShortFloatMaps.
HashShortIntMap An interface for ShortIntMaps, based on hash tables.
HashShortIntMapFactory An immutable factory of HashShortIntMaps.
HashShortLongMap An interface for ShortLongMaps, based on hash tables.
HashShortLongMapFactory An immutable factory of HashShortLongMaps.
HashShortObjMap<V> An interface for ShortObjMaps, based on hash tables.
HashShortObjMapFactory<V> An immutable factory of HashShortObjMaps.
HashShortShortMap An interface for ShortShortMaps, based on hash tables.
HashShortShortMapFactory An immutable factory of HashShortShortMaps.
 

Class Summary
HashByteByteMaps This class consists only of static factory methods to construct HashByteByteMaps, and the default HashByteByteMapFactory static provider (HashByteByteMaps.getDefaultFactory()).
HashByteCharMaps This class consists only of static factory methods to construct HashByteCharMaps, and the default HashByteCharMapFactory static provider (HashByteCharMaps.getDefaultFactory()).
HashByteDoubleMaps This class consists only of static factory methods to construct HashByteDoubleMaps, and the default HashByteDoubleMapFactory static provider (HashByteDoubleMaps.getDefaultFactory()).
HashByteFloatMaps This class consists only of static factory methods to construct HashByteFloatMaps, and the default HashByteFloatMapFactory static provider (HashByteFloatMaps.getDefaultFactory()).
HashByteIntMaps This class consists only of static factory methods to construct HashByteIntMaps, and the default HashByteIntMapFactory static provider (HashByteIntMaps.getDefaultFactory()).
HashByteLongMaps This class consists only of static factory methods to construct HashByteLongMaps, and the default HashByteLongMapFactory static provider (HashByteLongMaps.getDefaultFactory()).
HashByteObjMaps This class consists only of static factory methods to construct HashByteObjMaps, and the default HashByteObjMapFactory static provider (HashByteObjMaps.getDefaultFactory()).
HashByteShortMaps This class consists only of static factory methods to construct HashByteShortMaps, and the default HashByteShortMapFactory static provider (HashByteShortMaps.getDefaultFactory()).
HashCharByteMaps This class consists only of static factory methods to construct HashCharByteMaps, and the default HashCharByteMapFactory static provider (HashCharByteMaps.getDefaultFactory()).
HashCharCharMaps This class consists only of static factory methods to construct HashCharCharMaps, and the default HashCharCharMapFactory static provider (HashCharCharMaps.getDefaultFactory()).
HashCharDoubleMaps This class consists only of static factory methods to construct HashCharDoubleMaps, and the default HashCharDoubleMapFactory static provider (HashCharDoubleMaps.getDefaultFactory()).
HashCharFloatMaps This class consists only of static factory methods to construct HashCharFloatMaps, and the default HashCharFloatMapFactory static provider (HashCharFloatMaps.getDefaultFactory()).
HashCharIntMaps This class consists only of static factory methods to construct HashCharIntMaps, and the default HashCharIntMapFactory static provider (HashCharIntMaps.getDefaultFactory()).
HashCharLongMaps This class consists only of static factory methods to construct HashCharLongMaps, and the default HashCharLongMapFactory static provider (HashCharLongMaps.getDefaultFactory()).
HashCharObjMaps This class consists only of static factory methods to construct HashCharObjMaps, and the default HashCharObjMapFactory static provider (HashCharObjMaps.getDefaultFactory()).
HashCharShortMaps This class consists only of static factory methods to construct HashCharShortMaps, and the default HashCharShortMapFactory static provider (HashCharShortMaps.getDefaultFactory()).
HashDoubleByteMaps This class consists only of static factory methods to construct HashDoubleByteMaps, and the default HashDoubleByteMapFactory static provider (HashDoubleByteMaps.getDefaultFactory()).
HashDoubleCharMaps This class consists only of static factory methods to construct HashDoubleCharMaps, and the default HashDoubleCharMapFactory static provider (HashDoubleCharMaps.getDefaultFactory()).
HashDoubleDoubleMaps This class consists only of static factory methods to construct HashDoubleDoubleMaps, and the default HashDoubleDoubleMapFactory static provider (HashDoubleDoubleMaps.getDefaultFactory()).
HashDoubleFloatMaps This class consists only of static factory methods to construct HashDoubleFloatMaps, and the default HashDoubleFloatMapFactory static provider (HashDoubleFloatMaps.getDefaultFactory()).
HashDoubleIntMaps This class consists only of static factory methods to construct HashDoubleIntMaps, and the default HashDoubleIntMapFactory static provider (HashDoubleIntMaps.getDefaultFactory()).
HashDoubleLongMaps This class consists only of static factory methods to construct HashDoubleLongMaps, and the default HashDoubleLongMapFactory static provider (HashDoubleLongMaps.getDefaultFactory()).
HashDoubleObjMaps This class consists only of static factory methods to construct HashDoubleObjMaps, and the default HashDoubleObjMapFactory static provider (HashDoubleObjMaps.getDefaultFactory()).
HashDoubleShortMaps This class consists only of static factory methods to construct HashDoubleShortMaps, and the default HashDoubleShortMapFactory static provider (HashDoubleShortMaps.getDefaultFactory()).
HashFloatByteMaps This class consists only of static factory methods to construct HashFloatByteMaps, and the default HashFloatByteMapFactory static provider (HashFloatByteMaps.getDefaultFactory()).
HashFloatCharMaps This class consists only of static factory methods to construct HashFloatCharMaps, and the default HashFloatCharMapFactory static provider (HashFloatCharMaps.getDefaultFactory()).
HashFloatDoubleMaps This class consists only of static factory methods to construct HashFloatDoubleMaps, and the default HashFloatDoubleMapFactory static provider (HashFloatDoubleMaps.getDefaultFactory()).
HashFloatFloatMaps This class consists only of static factory methods to construct HashFloatFloatMaps, and the default HashFloatFloatMapFactory static provider (HashFloatFloatMaps.getDefaultFactory()).
HashFloatIntMaps This class consists only of static factory methods to construct HashFloatIntMaps, and the default HashFloatIntMapFactory static provider (HashFloatIntMaps.getDefaultFactory()).
HashFloatLongMaps This class consists only of static factory methods to construct HashFloatLongMaps, and the default HashFloatLongMapFactory static provider (HashFloatLongMaps.getDefaultFactory()).
HashFloatObjMaps This class consists only of static factory methods to construct HashFloatObjMaps, and the default HashFloatObjMapFactory static provider (HashFloatObjMaps.getDefaultFactory()).
HashFloatShortMaps This class consists only of static factory methods to construct HashFloatShortMaps, and the default HashFloatShortMapFactory static provider (HashFloatShortMaps.getDefaultFactory()).
HashIntByteMaps This class consists only of static factory methods to construct HashIntByteMaps, and the default HashIntByteMapFactory static provider (HashIntByteMaps.getDefaultFactory()).
HashIntCharMaps This class consists only of static factory methods to construct HashIntCharMaps, and the default HashIntCharMapFactory static provider (HashIntCharMaps.getDefaultFactory()).
HashIntDoubleMaps This class consists only of static factory methods to construct HashIntDoubleMaps, and the default HashIntDoubleMapFactory static provider (HashIntDoubleMaps.getDefaultFactory()).
HashIntFloatMaps This class consists only of static factory methods to construct HashIntFloatMaps, and the default HashIntFloatMapFactory static provider (HashIntFloatMaps.getDefaultFactory()).
HashIntIntMaps This class consists only of static factory methods to construct HashIntIntMaps, and the default HashIntIntMapFactory static provider (HashIntIntMaps.getDefaultFactory()).
HashIntLongMaps This class consists only of static factory methods to construct HashIntLongMaps, and the default HashIntLongMapFactory static provider (HashIntLongMaps.getDefaultFactory()).
HashIntObjMaps This class consists only of static factory methods to construct HashIntObjMaps, and the default HashIntObjMapFactory static provider (HashIntObjMaps.getDefaultFactory()).
HashIntShortMaps This class consists only of static factory methods to construct HashIntShortMaps, and the default HashIntShortMapFactory static provider (HashIntShortMaps.getDefaultFactory()).
HashLongByteMaps This class consists only of static factory methods to construct HashLongByteMaps, and the default HashLongByteMapFactory static provider (HashLongByteMaps.getDefaultFactory()).
HashLongCharMaps This class consists only of static factory methods to construct HashLongCharMaps, and the default HashLongCharMapFactory static provider (HashLongCharMaps.getDefaultFactory()).
HashLongDoubleMaps This class consists only of static factory methods to construct HashLongDoubleMaps, and the default HashLongDoubleMapFactory static provider (HashLongDoubleMaps.getDefaultFactory()).
HashLongFloatMaps This class consists only of static factory methods to construct HashLongFloatMaps, and the default HashLongFloatMapFactory static provider (HashLongFloatMaps.getDefaultFactory()).
HashLongIntMaps This class consists only of static factory methods to construct HashLongIntMaps, and the default HashLongIntMapFactory static provider (HashLongIntMaps.getDefaultFactory()).
HashLongLongMaps This class consists only of static factory methods to construct HashLongLongMaps, and the default HashLongLongMapFactory static provider (HashLongLongMaps.getDefaultFactory()).
HashLongObjMaps This class consists only of static factory methods to construct HashLongObjMaps, and the default HashLongObjMapFactory static provider (HashLongObjMaps.getDefaultFactory()).
HashLongShortMaps This class consists only of static factory methods to construct HashLongShortMaps, and the default HashLongShortMapFactory static provider (HashLongShortMaps.getDefaultFactory()).
HashObjByteMaps This class consists only of static factory methods to construct HashObjByteMaps, and the default HashObjByteMapFactory static provider (HashObjByteMaps.getDefaultFactory()).
HashObjCharMaps This class consists only of static factory methods to construct HashObjCharMaps, and the default HashObjCharMapFactory static provider (HashObjCharMaps.getDefaultFactory()).
HashObjDoubleMaps This class consists only of static factory methods to construct HashObjDoubleMaps, and the default HashObjDoubleMapFactory static provider (HashObjDoubleMaps.getDefaultFactory()).
HashObjFloatMaps This class consists only of static factory methods to construct HashObjFloatMaps, and the default HashObjFloatMapFactory static provider (HashObjFloatMaps.getDefaultFactory()).
HashObjIntMaps This class consists only of static factory methods to construct HashObjIntMaps, and the default HashObjIntMapFactory static provider (HashObjIntMaps.getDefaultFactory()).
HashObjLongMaps This class consists only of static factory methods to construct HashObjLongMaps, and the default HashObjLongMapFactory static provider (HashObjLongMaps.getDefaultFactory()).
HashObjObjMaps This class consists only of static factory methods to construct HashObjObjMaps, and the default HashObjObjMapFactory static provider (HashObjObjMaps.getDefaultFactory()).
HashObjShortMaps This class consists only of static factory methods to construct HashObjShortMaps, and the default HashObjShortMapFactory static provider (HashObjShortMaps.getDefaultFactory()).
HashShortByteMaps This class consists only of static factory methods to construct HashShortByteMaps, and the default HashShortByteMapFactory static provider (HashShortByteMaps.getDefaultFactory()).
HashShortCharMaps This class consists only of static factory methods to construct HashShortCharMaps, and the default HashShortCharMapFactory static provider (HashShortCharMaps.getDefaultFactory()).
HashShortDoubleMaps This class consists only of static factory methods to construct HashShortDoubleMaps, and the default HashShortDoubleMapFactory static provider (HashShortDoubleMaps.getDefaultFactory()).
HashShortFloatMaps This class consists only of static factory methods to construct HashShortFloatMaps, and the default HashShortFloatMapFactory static provider (HashShortFloatMaps.getDefaultFactory()).
HashShortIntMaps This class consists only of static factory methods to construct HashShortIntMaps, and the default HashShortIntMapFactory static provider (HashShortIntMaps.getDefaultFactory()).
HashShortLongMaps This class consists only of static factory methods to construct HashShortLongMaps, and the default HashShortLongMapFactory static provider (HashShortLongMaps.getDefaultFactory()).
HashShortObjMaps This class consists only of static factory methods to construct HashShortObjMaps, and the default HashShortObjMapFactory static provider (HashShortObjMaps.getDefaultFactory()).
HashShortShortMaps This class consists only of static factory methods to construct HashShortShortMaps, and the default HashShortShortMapFactory static provider (getDefaultFactory()).
 

Package com.koloboke.collect.map.hash Description

Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods.

See Also:
com.koloboke.collect.hash