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

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

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

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