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

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

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

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

Subinterfaces of ByteCharMapFactory in com.koloboke.collect.map.hash
 interface HashByteCharMapFactory
          An immutable factory of HashByteCharMaps.