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