Uses of Interface
net.openhft.koloboke.collect.hash.ObjHashFactory

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

Uses of ObjHashFactory in net.openhft.koloboke.collect.hash
 

Classes in net.openhft.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 net.openhft.koloboke.collect.map.hash
 

Subinterfaces of ObjHashFactory in net.openhft.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 net.openhft.koloboke.collect.set.hash
 

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