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

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

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

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

Subinterfaces of ShortByteMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashShortByteMapFactory
          An immutable factory of HashShortByteMaps.