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

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

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

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