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

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

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

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

Subinterfaces of ByteIntMapFactory in com.koloboke.collect.map.hash
 interface HashByteIntMapFactory
          An immutable factory of HashByteIntMaps.