Uses of Interface
net.openhft.koloboke.collect.map.ObjObjMapFactory

Packages that use ObjObjMapFactory
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
net.openhft.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ObjObjMapFactory in net.openhft.koloboke.collect.map
 

Classes in net.openhft.koloboke.collect.map with type parameters of type ObjObjMapFactory
 interface ObjObjMapFactory<K,V,F extends ObjObjMapFactory<K,V,F>>
          An immutable factory of ObjObjMaps.
 

Uses of ObjObjMapFactory in net.openhft.koloboke.collect.map.hash
 

Subinterfaces of ObjObjMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashObjObjMapFactory<K,V>
          An immutable factory of HashObjObjMaps.