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

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

Classes in com.koloboke.collect.map with type parameters of type IntObjMapFactory
 interface IntObjMapFactory<V,F extends IntObjMapFactory<V,F>>
          An immutable factory of IntObjMaps.
 

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

Subinterfaces of IntObjMapFactory in com.koloboke.collect.map.hash
 interface HashIntObjMapFactory<V>
          An immutable factory of HashIntObjMaps.