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

Packages that use ByteLongMapFactory
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 ByteLongMapFactory in net.openhft.koloboke.collect.map
 

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

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

Subinterfaces of ByteLongMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashByteLongMapFactory
          An immutable factory of HashByteLongMaps.