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

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

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

Methods in net.openhft.koloboke.collect.map.hash that return HashObjByteMapFactory
static
<K> HashObjByteMapFactory<K>
HashObjByteMaps.getDefaultFactory()
          Returns the default HashObjByteMapFactory implementation, to which all static methods in this class delegate.
 HashObjByteMapFactory<K> HashObjByteMapFactory.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.