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

Packages that use ShortFloatMapFactory
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 ShortFloatMapFactory in net.openhft.koloboke.collect.map
 

Classes in net.openhft.koloboke.collect.map with type parameters of type ShortFloatMapFactory
 interface ShortFloatMapFactory<F extends ShortFloatMapFactory<F>>
          An immutable factory of ShortFloatMaps.
 

Uses of ShortFloatMapFactory in net.openhft.koloboke.collect.map.hash
 

Subinterfaces of ShortFloatMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashShortFloatMapFactory
          An immutable factory of HashShortFloatMaps.