Uses of Interface
com.koloboke.collect.map.hash.HashIntFloatMap

Packages that use HashIntFloatMap
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

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

Methods in com.koloboke.collect.map.hash that return HashIntFloatMap
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(int[] keys, float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(int[] keys, float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Integer[] keys, Float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Integer[] keys, Float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Iterable<Integer> keys, Iterable<Float> values)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Iterable<Integer> keys, Iterable<Float> values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map)
          Constructs a new immutable map with the same mappings as the specified map.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMapOf(int k1, float v1)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMapOf(int k1, float v1)
          Constructs a new immutable map of the single specified mapping.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMapOf(int k1, float v1, int k2, float v2)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMapOf(int k1, float v1, int k2, float v2)
          Constructs a new immutable map of the two specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
          Constructs a new immutable map of the three specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
          Constructs a new immutable map of the four specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
           
static HashIntFloatMap HashIntFloatMaps.newImmutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
          Constructs a new immutable map of the five specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap()
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Consumer<IntFloatConsumer> entriesSupplier)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Consumer<IntFloatConsumer> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(int[] keys, float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(int[] keys, float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Integer[] keys, Float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Integer[] keys, Float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Iterable<Integer> keys, Iterable<Float> values)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Iterable<Integer> keys, Iterable<Float> values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map)
          Constructs a new mutable map with the same mappings as the specified map.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMapOf(int k1, float v1)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMapOf(int k1, float v1)
          Constructs a new mutable map of the single specified mapping.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMapOf(int k1, float v1, int k2, float v2)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMapOf(int k1, float v1, int k2, float v2)
          Constructs a new mutable map of the two specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
          Constructs a new mutable map of the three specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
          Constructs a new mutable map of the four specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
           
static HashIntFloatMap HashIntFloatMaps.newMutableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
          Constructs a new mutable map of the five specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap()
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(int[] keys, float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(int[] keys, float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(int[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Integer[] keys, Float[] values)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Integer[] keys, Float[] values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Integer[] 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Iterable<Integer> keys, Iterable<Float> values)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Iterable<Integer> keys, Iterable<Float> values, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Iterable<Integer> 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.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map)
          Constructs a new updatable map with the same mappings as the specified map.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMap(Map<Integer,Float> map1, Map<Integer,Float> map2, Map<Integer,Float> map3, Map<Integer,Float> map4, Map<Integer,Float> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMapOf(int k1, float v1)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMapOf(int k1, float v1)
          Constructs a new updatable map of the single specified mapping.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMapOf(int k1, float v1, int k2, float v2)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMapOf(int k1, float v1, int k2, float v2)
          Constructs a new updatable map of the two specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3)
          Constructs a new updatable map of the three specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4)
          Constructs a new updatable map of the four specified mappings.
 HashIntFloatMap HashIntFloatMapFactory.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
           
static HashIntFloatMap HashIntFloatMaps.newUpdatableMapOf(int k1, float v1, int k2, float v2, int k3, float v3, int k4, float v4, int k5, float v5)
          Constructs a new updatable map of the five specified mappings.