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

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

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

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