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

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

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

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