Uses of Interface
com.koloboke.collect.map.ShortByteMapFactory

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

Uses of ShortByteMapFactory in com.koloboke.collect.map
 

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

Uses of ShortByteMapFactory in com.koloboke.collect.map.hash
 

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