Uses of Interface
net.openhft.koloboke.collect.map.hash.HashIntObjMapFactory

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

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

Methods in net.openhft.koloboke.collect.map.hash that return HashIntObjMapFactory
static
<V> HashIntObjMapFactory<V>
HashIntObjMaps.getDefaultFactory()
          Returns the default HashIntObjMapFactory implementation, to which all static methods in this class delegate.