|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashIntObjMap | |
---|---|
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
Uses of HashIntObjMap in com.koloboke.collect.map.hash |
---|
Methods in com.koloboke.collect.map.hash that return HashIntObjMap | ||
---|---|---|
static
|
HashIntObjMaps.newImmutableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashIntObjMaps.newImmutableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashIntObjMapFactory.newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
|
|
|
HashIntObjMapFactory.newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashIntObjMaps.newImmutableMap(int[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newImmutableMap(int[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newImmutableMap(int[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newImmutableMap(int[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newImmutableMap(Integer[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newImmutableMap(Integer[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newImmutableMap(Integer[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newImmutableMap(Integer[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
static
|
HashIntObjMaps.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
|
HashIntObjMapFactory.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values)
|
|
|
HashIntObjMapFactory.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map)
Constructs a new immutable map with the same mappings as the specified map . |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5)
|
|
|
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5,
int expectedSize)
|
|
static
|
HashIntObjMaps.newImmutableMapOf(int k1,
V v1)
Constructs a new immutable map of the single specified mapping. |
|
|
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1)
|
|
|
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2)
|
|
|
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3)
|
|
|
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4)
|
|
|
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5)
|
|
static
|
HashIntObjMaps.newImmutableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new immutable map of the two specified mappings. |
|
static
|
HashIntObjMaps.newImmutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3)
Constructs a new immutable map of the three specified mappings. |
|
static
|
HashIntObjMaps.newImmutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4)
Constructs a new immutable map of the four specified mappings. |
|
static
|
HashIntObjMaps.newImmutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4,
int k5,
V v5)
Constructs a new immutable map of the five specified mappings. |
|
static
|
HashIntObjMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size. |
|
|
HashIntObjMapFactory.newMutableMap()
|
|
static
|
HashIntObjMaps.newMutableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashIntObjMaps.newMutableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashIntObjMapFactory.newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
|
|
|
HashIntObjMapFactory.newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size. |
|
|
HashIntObjMapFactory.newMutableMap(int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMap(int[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newMutableMap(int[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newMutableMap(int[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newMutableMap(int[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMap(Integer[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newMutableMap(Integer[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newMutableMap(Integer[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newMutableMap(Integer[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
static
|
HashIntObjMaps.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
|
HashIntObjMapFactory.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values)
|
|
|
HashIntObjMapFactory.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map)
Constructs a new mutable map with the same mappings as the specified map . |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5)
|
|
|
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5,
int expectedSize)
|
|
static
|
HashIntObjMaps.newMutableMapOf(int k1,
V v1)
Constructs a new mutable map of the single specified mapping. |
|
|
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1)
|
|
|
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2)
|
|
|
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3)
|
|
|
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4)
|
|
|
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5)
|
|
static
|
HashIntObjMaps.newMutableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new mutable map of the two specified mappings. |
|
static
|
HashIntObjMaps.newMutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3)
Constructs a new mutable map of the three specified mappings. |
|
static
|
HashIntObjMaps.newMutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4)
Constructs a new mutable map of the four specified mappings. |
|
static
|
HashIntObjMaps.newMutableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4,
int k5,
V v5)
Constructs a new mutable map of the five specified mappings. |
|
static
|
HashIntObjMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size. |
|
|
HashIntObjMapFactory.newUpdatableMap()
|
|
static
|
HashIntObjMaps.newUpdatableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashIntObjMaps.newUpdatableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
|
HashIntObjMapFactory.newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size. |
|
|
HashIntObjMapFactory.newUpdatableMap(int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMap(int[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newUpdatableMap(int[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newUpdatableMap(int[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newUpdatableMap(int[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMap(Integer[] keys,
V[] 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. |
|
static
|
HashIntObjMaps.newUpdatableMap(Integer[] keys,
V[] 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. |
|
|
HashIntObjMapFactory.newUpdatableMap(Integer[] keys,
V2[] values)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Integer[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
static
|
HashIntObjMaps.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V> 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. |
|
|
HashIntObjMapFactory.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V2> values)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map)
Constructs a new updatable map with the same mappings as the specified map . |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map1,
Map<Integer,? extends V> map2,
Map<Integer,? extends V> map3,
Map<Integer,? extends V> map4,
Map<Integer,? extends V> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5)
|
|
|
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
Map<Integer,? extends V2> map5,
int expectedSize)
|
|
static
|
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1)
Constructs a new updatable map of the single specified mapping. |
|
|
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1)
|
|
|
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2)
|
|
|
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3)
|
|
|
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4)
|
|
|
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5)
|
|
static
|
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new updatable map of the two specified mappings. |
|
static
|
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3)
Constructs a new updatable map of the three specified mappings. |
|
static
|
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4)
Constructs a new updatable map of the four specified mappings. |
|
static
|
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1,
int k2,
V v2,
int k3,
V v3,
int k4,
V v4,
int k5,
V v5)
Constructs a new updatable map of the five specified mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |