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

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

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

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