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

Packages that use IntObjMapFactory
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 IntObjMapFactory in net.openhft.koloboke.collect.map
 

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

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

Subinterfaces of IntObjMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashIntObjMapFactory<V>
          An immutable factory of HashIntObjMaps.