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

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

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

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