Uses of Interface
com.koloboke.collect.map.hash.HashIntLongMapFactory

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

Uses of HashIntLongMapFactory in com.koloboke.collect.map.hash
 

Methods in com.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.