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

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

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

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

Subinterfaces of LongFloatMapFactory in com.koloboke.collect.map.hash
 interface HashLongFloatMapFactory
          An immutable factory of HashLongFloatMaps.