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