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

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

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

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