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

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

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

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