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

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

Classes in com.koloboke.collect.map with type parameters of type ObjShortMapFactory
 interface ObjShortMapFactory<K,F extends ObjShortMapFactory<K,F>>
          An immutable factory of ObjShortMaps.
 

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

Subinterfaces of ObjShortMapFactory in com.koloboke.collect.map.hash
 interface HashObjShortMapFactory<K>
          An immutable factory of HashObjShortMaps.