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