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