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

Packages that use HashContainerFactory
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 HashContainerFactory in com.koloboke.collect.hash
 

Classes in com.koloboke.collect.hash with type parameters of type HashContainerFactory
 interface HashContainerFactory<F extends HashContainerFactory<F>>
          Common configuration for factories of hash containers.
 

Subinterfaces of HashContainerFactory in com.koloboke.collect.hash
 interface ByteHashFactory<F extends ByteHashFactory<F>>
          Common configuration for factories of hash containers with byte keys.
 interface CharHashFactory<F extends CharHashFactory<F>>
          Common configuration for factories of hash containers with char keys.
 interface IntHashFactory<F extends IntHashFactory<F>>
          Common configuration for factories of hash containers with int keys.
 interface LongHashFactory<F extends LongHashFactory<F>>
          Common configuration for factories of hash containers with long keys.
 interface ObjHashFactory<F extends ObjHashFactory<F>>
          Common configuration for factories of hash containers with Object keys.
 interface ShortHashFactory<F extends ShortHashFactory<F>>
          Common configuration for factories of hash containers with short keys.
 

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

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

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

Subinterfaces of HashContainerFactory in com.koloboke.collect.set.hash
 interface HashByteSetFactory
          An immutable factory of HashByteSets.
 interface HashCharSetFactory
          An immutable factory of HashCharSets.
 interface HashDoubleSetFactory
          An immutable factory of HashDoubleSets.
 interface HashFloatSetFactory
          An immutable factory of HashFloatSets.
 interface HashIntSetFactory
          An immutable factory of HashIntSets.
 interface HashLongSetFactory
          An immutable factory of HashLongSets.
 interface HashObjSetFactory<E>
          An immutable factory of HashObjSets.
 interface HashShortSetFactory
          An immutable factory of HashShortSets.