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

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

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

Methods in net.openhft.koloboke.collect.map.hash that return HashIntLongMapFactory
static HashIntLongMapFactory HashIntLongMaps.getDefaultFactory()
          Returns the default HashIntLongMapFactory implementation, to which all static methods in this class delegate.