Uses of Interface
net.openhft.koloboke.collect.map.LongByteMapFactory

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

Uses of LongByteMapFactory in net.openhft.koloboke.collect.map
 

Classes in net.openhft.koloboke.collect.map with type parameters of type LongByteMapFactory
 interface LongByteMapFactory<F extends LongByteMapFactory<F>>
          An immutable factory of LongByteMaps.
 

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

Subinterfaces of LongByteMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashLongByteMapFactory
          An immutable factory of HashLongByteMaps.