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