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