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