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

Packages that use LongByteMapFactory
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 LongByteMapFactory in com.koloboke.collect.map
 

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

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

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