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