Uses of Interface
net.openhft.koloboke.collect.map.ObjShortMapFactory

Packages that use ObjShortMapFactory
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
net.openhft.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ObjShortMapFactory in net.openhft.koloboke.collect.map
 

Classes in net.openhft.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 net.openhft.koloboke.collect.map.hash
 

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