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

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

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

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