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

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

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

Methods in net.openhft.koloboke.collect.map.hash that return HashObjShortMapFactory
static
<K> HashObjShortMapFactory<K>
HashObjShortMaps.getDefaultFactory()
          Returns the default HashObjShortMapFactory implementation, to which all static methods in this class delegate.
 HashObjShortMapFactory<K> HashObjShortMapFactory.withKeyEquivalence(Equivalence<? super K> keyEquivalence)
          Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.