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

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

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

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