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

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

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

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

Subinterfaces of IntHashFactory in com.koloboke.collect.map.hash
 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.
 

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

Subinterfaces of IntHashFactory in com.koloboke.collect.set.hash
 interface HashIntSetFactory
          An immutable factory of HashIntSets.