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

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

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

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

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

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

Subinterfaces of ObjHashFactory in com.koloboke.collect.set.hash
 interface HashObjSetFactory<E>
          An immutable factory of HashObjSets.