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

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

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

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

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