Package | Description |
---|---|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Method and Description |
---|---|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(int[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(int[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(int[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(int[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Integer[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Integer[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Integer[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Integer[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V> values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMap(Map<Integer,? extends V> map)
Constructs a new immutable map with the same mappings as the specified
map . |
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
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) |
<V2 extends V> |
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 <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMapOf(int k1,
V v1)
Constructs a new immutable map of the single specified mapping.
|
<V2 extends V> |
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4) |
<V2 extends V> |
HashIntObjMapFactory.newImmutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newImmutableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new immutable map of the two specified mappings.
|
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap() |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(int[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(int[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(int[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(int[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Integer[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Integer[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Integer[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Integer[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V> values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMap(Map<Integer,? extends V> map)
Constructs a new mutable map with the same mappings as the specified
map . |
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
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) |
<V2 extends V> |
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 <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMapOf(int k1,
V v1)
Constructs a new mutable map of the single specified mapping.
|
<V2 extends V> |
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4) |
<V2 extends V> |
HashIntObjMapFactory.newMutableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newMutableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new mutable map of the two specified mappings.
|
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap() |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Consumer<IntObjConsumer<V>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Consumer<IntObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(int[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(int[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(int[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(int[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Integer[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Integer[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Integer[] keys,
V2[] values) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Integer[] keys,
V2[] values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V> values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Iterable<Integer> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMap(Map<Integer,? extends V> map)
Constructs a new updatable map with the same mappings as the specified
map . |
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMap(Map<Integer,? extends V2> map1,
Map<Integer,? extends V2> map2,
Map<Integer,? extends V2> map3,
Map<Integer,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
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) |
<V2 extends V> |
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 <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1)
Constructs a new updatable map of the single specified mapping.
|
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4) |
<V2 extends V> |
HashIntObjMapFactory.newUpdatableMapOf(int k1,
V2 v1,
int k2,
V2 v2,
int k3,
V2 v3,
int k4,
V2 v4,
int k5,
V2 v5) |
static <V> HashIntObjMap<V> |
HashIntObjMaps.newUpdatableMapOf(int k1,
V v1,
int k2,
V v2)
Constructs a new updatable map of the two specified mappings.
|
static <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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 <V> HashIntObjMap<V> |
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.
|