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

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

Methods in com.koloboke.collect.map that return ObjFloatMap
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Float> values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Float> values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(K2[] keys, float[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(K2[] keys, Float[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(K2[] keys, float[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(K2[] keys, Float[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map)
          Constructs a new immutable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map, int expectedSize)
          Constructs a new immutable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMapOf(K2 k1, float v1)
          Constructs a new immutable map of the single specified mapping.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMapOf(K2 k1, float v1, K2 k2, float v2)
          Constructs a new immutable map of the two specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3)
          Constructs a new immutable map of the three specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4)
          Constructs a new immutable map of the four specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newImmutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4, K2 k5, float v5)
          Constructs a new immutable map of the five specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Float> values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Float> values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(K2[] keys, float[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(K2[] keys, Float[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(K2[] keys, float[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(K2[] keys, Float[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map)
          Constructs a new mutable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map, int expectedSize)
          Constructs a new mutable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMapOf(K2 k1, float v1)
          Constructs a new mutable map of the single specified mapping.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMapOf(K2 k1, float v1, K2 k2, float v2)
          Constructs a new mutable map of the two specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3)
          Constructs a new mutable map of the three specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4)
          Constructs a new mutable map of the four specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newMutableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4, K2 k5, float v5)
          Constructs a new mutable map of the five specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Float> values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Float> values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(K2[] keys, float[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(K2[] keys, Float[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(K2[] keys, float[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(K2[] keys, Float[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map)
          Constructs a new updatable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map, int expectedSize)
          Constructs a new updatable map with the same mappings as the specified map.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1, Map<? extends K2,Float> map2, Map<? extends K2,Float> map3, Map<? extends K2,Float> map4, Map<? extends K2,Float> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMapOf(K2 k1, float v1)
          Constructs a new updatable map of the single specified mapping.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMapOf(K2 k1, float v1, K2 k2, float v2)
          Constructs a new updatable map of the two specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3)
          Constructs a new updatable map of the three specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4)
          Constructs a new updatable map of the four specified mappings.
<K2 extends K>
ObjFloatMap<K2>
ObjFloatMapFactory.newUpdatableMapOf(K2 k1, float v1, K2 k2, float v2, K2 k3, float v3, K2 k4, float v4, K2 k5, float v5)
          Constructs a new updatable map of the five specified mappings.
 

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

Subinterfaces of ObjFloatMap in com.koloboke.collect.map.hash
 interface HashObjFloatMap<K>
          An interface for ObjFloatMaps, based on hash tables.