net.openhft.collect.map.hash
Class HashByteDoubleMaps
java.lang.Object
net.openhft.collect.map.hash.HashByteDoubleMaps
public final class HashByteDoubleMaps
- extends Object
This class consists only of static factory methods to construct HashByteDoubleMaps, and
the default HashByteDoubleMapFactory static provider (getDefaultFactory()).
- See Also:
HashByteDoubleMap
|
Method Summary |
static HashByteDoubleMapFactory |
getDefaultFactory()
|
static HashByteDoubleMap |
newImmutableMap(byte[] keys,
double[] values)
|
static HashByteDoubleMap |
newImmutableMap(Byte[] keys,
Double[] values)
|
static HashByteDoubleMap |
newImmutableMap(byte[] keys,
double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Byte[] keys,
Double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
|
static HashByteDoubleMap |
newImmutableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Double> values)
|
static HashByteDoubleMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
|
static HashByteDoubleMap |
newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
|
static HashByteDoubleMap |
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 |
newImmutableMapOf(byte k1,
double v1)
|
static HashByteDoubleMap |
newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2)
|
static HashByteDoubleMap |
newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
|
static HashByteDoubleMap |
newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
|
static HashByteDoubleMap |
newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)
|
static HashByteDoubleMap |
newMutableMap()
|
static HashByteDoubleMap |
newMutableMap(byte[] keys,
double[] values)
|
static HashByteDoubleMap |
newMutableMap(Byte[] keys,
Double[] values)
|
static HashByteDoubleMap |
newMutableMap(byte[] keys,
double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Byte[] keys,
Double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
|
static HashByteDoubleMap |
newMutableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Double> values)
|
static HashByteDoubleMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
|
static HashByteDoubleMap |
newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
|
static HashByteDoubleMap |
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 |
newMutableMapOf(byte k1,
double v1)
|
static HashByteDoubleMap |
newMutableMapOf(byte k1,
double v1,
byte k2,
double v2)
|
static HashByteDoubleMap |
newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
|
static HashByteDoubleMap |
newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
|
static HashByteDoubleMap |
newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)
|
static HashByteDoubleMap |
newUpdatableMap(byte[] keys,
double[] values)
|
static HashByteDoubleMap |
newUpdatableMap(Byte[] keys,
Double[] values)
|
static HashByteDoubleMap |
newUpdatableMap(byte[] keys,
double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Byte[] keys,
Double[] values,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
|
static HashByteDoubleMap |
newUpdatableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Double> values)
|
static HashByteDoubleMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
|
static HashByteDoubleMap |
newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
|
static HashByteDoubleMap |
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 |
newUpdatableMapOf(byte k1,
double v1)
|
static HashByteDoubleMap |
newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2)
|
static HashByteDoubleMap |
newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
|
static HashByteDoubleMap |
newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
|
static HashByteDoubleMap |
newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefaultFactory
public static HashByteDoubleMapFactory getDefaultFactory()
newMutableMap
public static HashByteDoubleMap newMutableMap()
newMutableMap
public static HashByteDoubleMap newMutableMap(int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
newMutableMap
public static HashByteDoubleMap newMutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
newMutableMap
public static HashByteDoubleMap newMutableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
newMutableMap
public static HashByteDoubleMap newMutableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(byte[] keys,
double[] values)
newMutableMap
public static HashByteDoubleMap newMutableMap(byte[] keys,
double[] values,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Byte[] keys,
Double[] values)
newMutableMap
public static HashByteDoubleMap newMutableMap(Byte[] keys,
Double[] values,
int expectedSize)
newMutableMap
public static HashByteDoubleMap newMutableMap(Iterable<Byte> keys,
Iterable<Double> values)
newMutableMap
public static HashByteDoubleMap newMutableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
newMutableMapOf
public static HashByteDoubleMap newMutableMapOf(byte k1,
double v1)
newMutableMapOf
public static HashByteDoubleMap newMutableMapOf(byte k1,
double v1,
byte k2,
double v2)
newMutableMapOf
public static HashByteDoubleMap newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
newMutableMapOf
public static HashByteDoubleMap newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
newMutableMapOf
public static HashByteDoubleMap newMutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(byte[] keys,
double[] values)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(byte[] keys,
double[] values,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Byte[] keys,
Double[] values)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Byte[] keys,
Double[] values,
int expectedSize)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Double> values)
newUpdatableMap
public static HashByteDoubleMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
newUpdatableMapOf
public static HashByteDoubleMap newUpdatableMapOf(byte k1,
double v1)
newUpdatableMapOf
public static HashByteDoubleMap newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2)
newUpdatableMapOf
public static HashByteDoubleMap newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
newUpdatableMapOf
public static HashByteDoubleMap newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
newUpdatableMapOf
public static HashByteDoubleMap newUpdatableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Map<Byte,Double> map1,
Map<Byte,Double> map2,
Map<Byte,Double> map3,
Map<Byte,Double> map4,
Map<Byte,Double> map5)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Consumer<ByteDoubleConsumer> entriesSupplier)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Consumer<ByteDoubleConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(byte[] keys,
double[] values)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(byte[] keys,
double[] values,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Byte[] keys,
Double[] values)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Byte[] keys,
Double[] values,
int expectedSize)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Iterable<Byte> keys,
Iterable<Double> values)
newImmutableMap
public static HashByteDoubleMap newImmutableMap(Iterable<Byte> keys,
Iterable<Double> values,
int expectedSize)
newImmutableMapOf
public static HashByteDoubleMap newImmutableMapOf(byte k1,
double v1)
newImmutableMapOf
public static HashByteDoubleMap newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2)
newImmutableMapOf
public static HashByteDoubleMap newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3)
newImmutableMapOf
public static HashByteDoubleMap newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4)
newImmutableMapOf
public static HashByteDoubleMap newImmutableMapOf(byte k1,
double v1,
byte k2,
double v2,
byte k3,
double v3,
byte k4,
double v4,
byte k5,
double v5)