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