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