Uses of Interface
com.koloboke.collect.hash.HashContainer

Packages that use HashContainer
com.koloboke.collect.hash Contains basic interfaces and commonly used classes related to containers, based on hash tables. 
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashContainer in com.koloboke.collect.hash
 

Methods in com.koloboke.collect.hash that return types with arguments of type HashContainer
abstract  Predicate<HashContainer> HashConfig.getShrinkCondition()
          Returns the shrink condition of this hash config.
 

Method parameters in com.koloboke.collect.hash with type arguments of type HashContainer
 HashConfig HashConfig.withShrinkCondition(Predicate<HashContainer> condition)
          Returns a copy of this hash config with the shrink condition set to the given predicate.
 

Uses of HashContainer in com.koloboke.collect.map.hash
 

Subinterfaces of HashContainer in com.koloboke.collect.map.hash
 interface HashByteByteMap
          An interface for ByteByteMaps, based on hash tables.
 interface HashByteCharMap
          An interface for ByteCharMaps, based on hash tables.
 interface HashByteDoubleMap
          An interface for ByteDoubleMaps, based on hash tables.
 interface HashByteFloatMap
          An interface for ByteFloatMaps, based on hash tables.
 interface HashByteIntMap
          An interface for ByteIntMaps, based on hash tables.
 interface HashByteLongMap
          An interface for ByteLongMaps, based on hash tables.
 interface HashByteObjMap<V>
          An interface for ByteObjMaps, based on hash tables.
 interface HashByteShortMap
          An interface for ByteShortMaps, based on hash tables.
 interface HashCharByteMap
          An interface for CharByteMaps, based on hash tables.
 interface HashCharCharMap
          An interface for CharCharMaps, based on hash tables.
 interface HashCharDoubleMap
          An interface for CharDoubleMaps, based on hash tables.
 interface HashCharFloatMap
          An interface for CharFloatMaps, based on hash tables.
 interface HashCharIntMap
          An interface for CharIntMaps, based on hash tables.
 interface HashCharLongMap
          An interface for CharLongMaps, based on hash tables.
 interface HashCharObjMap<V>
          An interface for CharObjMaps, based on hash tables.
 interface HashCharShortMap
          An interface for CharShortMaps, based on hash tables.
 interface HashDoubleByteMap
          An interface for DoubleByteMaps, based on hash tables.
 interface HashDoubleCharMap
          An interface for DoubleCharMaps, based on hash tables.
 interface HashDoubleDoubleMap
          An interface for DoubleDoubleMaps, based on hash tables.
 interface HashDoubleFloatMap
          An interface for DoubleFloatMaps, based on hash tables.
 interface HashDoubleIntMap
          An interface for DoubleIntMaps, based on hash tables.
 interface HashDoubleLongMap
          An interface for DoubleLongMaps, based on hash tables.
 interface HashDoubleObjMap<V>
          An interface for DoubleObjMaps, based on hash tables.
 interface HashDoubleShortMap
          An interface for DoubleShortMaps, based on hash tables.
 interface HashFloatByteMap
          An interface for FloatByteMaps, based on hash tables.
 interface HashFloatCharMap
          An interface for FloatCharMaps, based on hash tables.
 interface HashFloatDoubleMap
          An interface for FloatDoubleMaps, based on hash tables.
 interface HashFloatFloatMap
          An interface for FloatFloatMaps, based on hash tables.
 interface HashFloatIntMap
          An interface for FloatIntMaps, based on hash tables.
 interface HashFloatLongMap
          An interface for FloatLongMaps, based on hash tables.
 interface HashFloatObjMap<V>
          An interface for FloatObjMaps, based on hash tables.
 interface HashFloatShortMap
          An interface for FloatShortMaps, based on hash tables.
 interface HashIntByteMap
          An interface for IntByteMaps, based on hash tables.
 interface HashIntCharMap
          An interface for IntCharMaps, based on hash tables.
 interface HashIntDoubleMap
          An interface for IntDoubleMaps, based on hash tables.
 interface HashIntFloatMap
          An interface for IntFloatMaps, based on hash tables.
 interface HashIntIntMap
          An interface for IntIntMaps, based on hash tables.
 interface HashIntLongMap
          An interface for IntLongMaps, based on hash tables.
 interface HashIntObjMap<V>
          An interface for IntObjMaps, based on hash tables.
 interface HashIntShortMap
          An interface for IntShortMaps, based on hash tables.
 interface HashLongByteMap
          An interface for LongByteMaps, based on hash tables.
 interface HashLongCharMap
          An interface for LongCharMaps, based on hash tables.
 interface HashLongDoubleMap
          An interface for LongDoubleMaps, based on hash tables.
 interface HashLongFloatMap
          An interface for LongFloatMaps, based on hash tables.
 interface HashLongIntMap
          An interface for LongIntMaps, based on hash tables.
 interface HashLongLongMap
          An interface for LongLongMaps, based on hash tables.
 interface HashLongObjMap<V>
          An interface for LongObjMaps, based on hash tables.
 interface HashLongShortMap
          An interface for LongShortMaps, based on hash tables.
 interface HashObjByteMap<K>
          An interface for ObjByteMaps, based on hash tables.
 interface HashObjCharMap<K>
          An interface for ObjCharMaps, based on hash tables.
 interface HashObjDoubleMap<K>
          An interface for ObjDoubleMaps, based on hash tables.
 interface HashObjFloatMap<K>
          An interface for ObjFloatMaps, based on hash tables.
 interface HashObjIntMap<K>
          An interface for ObjIntMaps, based on hash tables.
 interface HashObjLongMap<K>
          An interface for ObjLongMaps, based on hash tables.
 interface HashObjObjMap<K,V>
          An interface for ObjObjMaps, based on hash tables.
 interface HashObjShortMap<K>
          An interface for ObjShortMaps, based on hash tables.
 interface HashShortByteMap
          An interface for ShortByteMaps, based on hash tables.
 interface HashShortCharMap
          An interface for ShortCharMaps, based on hash tables.
 interface HashShortDoubleMap
          An interface for ShortDoubleMaps, based on hash tables.
 interface HashShortFloatMap
          An interface for ShortFloatMaps, based on hash tables.
 interface HashShortIntMap
          An interface for ShortIntMaps, based on hash tables.
 interface HashShortLongMap
          An interface for ShortLongMaps, based on hash tables.
 interface HashShortObjMap<V>
          An interface for ShortObjMaps, based on hash tables.
 interface HashShortShortMap
          An interface for ShortShortMaps, based on hash tables.
 

Uses of HashContainer in com.koloboke.collect.set.hash
 

Subinterfaces of HashContainer in com.koloboke.collect.set.hash
 interface HashByteSet
          An interface for ByteSets, based on hash tables.
 interface HashCharSet
          An interface for CharSets, based on hash tables.
 interface HashDoubleSet
          An interface for DoubleSets, based on hash tables.
 interface HashFloatSet
          An interface for FloatSets, based on hash tables.
 interface HashIntSet
          An interface for IntSets, based on hash tables.
 interface HashLongSet
          An interface for LongSets, based on hash tables.
 interface HashObjSet<E>
          An interface for ObjSets, based on hash tables.
 interface HashShortSet
          An interface for ShortSets, based on hash tables.