net.openhft.collect.map.hash
Interface HashDoubleByteMapFactory
- All Superinterfaces:
- DoubleByteMapFactory, HashContainerFactory<HashDoubleByteMapFactory>
public interface HashDoubleByteMapFactory
- extends DoubleByteMapFactory, HashContainerFactory<HashDoubleByteMapFactory>
An immutable factory of HashDoubleByteMaps
- See Also:
HashDoubleByteMap,
HashDoubleByteMaps.getDefaultFactory()
|
Method Summary |
HashDoubleByteMap |
newImmutableMap(Consumer<DoubleByteConsumer> entriesSupplier)
|
HashDoubleByteMap |
newImmutableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(double[] keys,
byte[] values)
|
HashDoubleByteMap |
newImmutableMap(Double[] keys,
Byte[] values)
|
HashDoubleByteMap |
newImmutableMap(double[] keys,
byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Double[] keys,
Byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Iterable<Double> keys,
Iterable<Byte> values)
|
HashDoubleByteMap |
newImmutableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
|
HashDoubleByteMap |
newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
|
HashDoubleByteMap |
newImmutableMapOf(double k1,
byte v1)
|
HashDoubleByteMap |
newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2)
|
HashDoubleByteMap |
newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
|
HashDoubleByteMap |
newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
|
HashDoubleByteMap |
newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
|
HashDoubleByteMap |
newMutableMap()
|
HashDoubleByteMap |
newMutableMap(Consumer<DoubleByteConsumer> entriesSupplier)
|
HashDoubleByteMap |
newMutableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(double[] keys,
byte[] values)
|
HashDoubleByteMap |
newMutableMap(Double[] keys,
Byte[] values)
|
HashDoubleByteMap |
newMutableMap(double[] keys,
byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Double[] keys,
Byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Iterable<Double> keys,
Iterable<Byte> values)
|
HashDoubleByteMap |
newMutableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
|
HashDoubleByteMap |
newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
|
HashDoubleByteMap |
newMutableMapOf(double k1,
byte v1)
|
HashDoubleByteMap |
newMutableMapOf(double k1,
byte v1,
double k2,
byte v2)
|
HashDoubleByteMap |
newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
|
HashDoubleByteMap |
newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
|
HashDoubleByteMap |
newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
|
HashDoubleByteMap |
newUpdatableMap()
|
HashDoubleByteMap |
newUpdatableMap(Consumer<DoubleByteConsumer> entriesSupplier)
|
HashDoubleByteMap |
newUpdatableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(double[] keys,
byte[] values)
|
HashDoubleByteMap |
newUpdatableMap(Double[] keys,
Byte[] values)
|
HashDoubleByteMap |
newUpdatableMap(double[] keys,
byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Double[] keys,
Byte[] values,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Iterable<Double> keys,
Iterable<Byte> values)
|
HashDoubleByteMap |
newUpdatableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
|
HashDoubleByteMap |
newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
|
HashDoubleByteMap |
newUpdatableMapOf(double k1,
byte v1)
|
HashDoubleByteMap |
newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2)
|
HashDoubleByteMap |
newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
|
HashDoubleByteMap |
newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
|
HashDoubleByteMap |
newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
|
HashDoubleByteMapFactory |
withDefaultValue(byte defaultValue)
|
withDefaultValue
HashDoubleByteMapFactory withDefaultValue(byte defaultValue)
- Specified by:
withDefaultValue in interface DoubleByteMapFactory
- See Also:
DoubleByteMap.defaultValue()
newMutableMap
HashDoubleByteMap newMutableMap()
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Consumer<DoubleByteConsumer> entriesSupplier)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(double[] keys,
byte[] values)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(double[] keys,
byte[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Double[] keys,
Byte[] values)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Double[] keys,
Byte[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Iterable<Double> keys,
Iterable<Byte> values)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMap
HashDoubleByteMap newMutableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleByteMapFactory
newMutableMapOf
HashDoubleByteMap newMutableMapOf(double k1,
byte v1)
- Specified by:
newMutableMapOf in interface DoubleByteMapFactory
newMutableMapOf
HashDoubleByteMap newMutableMapOf(double k1,
byte v1,
double k2,
byte v2)
- Specified by:
newMutableMapOf in interface DoubleByteMapFactory
newMutableMapOf
HashDoubleByteMap newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
- Specified by:
newMutableMapOf in interface DoubleByteMapFactory
newMutableMapOf
HashDoubleByteMap newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
- Specified by:
newMutableMapOf in interface DoubleByteMapFactory
newMutableMapOf
HashDoubleByteMap newMutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
- Specified by:
newMutableMapOf in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap()
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Consumer<DoubleByteConsumer> entriesSupplier)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(double[] keys,
byte[] values)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(double[] keys,
byte[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Double[] keys,
Byte[] values)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Double[] keys,
Byte[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Iterable<Double> keys,
Iterable<Byte> values)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMap
HashDoubleByteMap newUpdatableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleByteMapFactory
newUpdatableMapOf
HashDoubleByteMap newUpdatableMapOf(double k1,
byte v1)
- Specified by:
newUpdatableMapOf in interface DoubleByteMapFactory
newUpdatableMapOf
HashDoubleByteMap newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2)
- Specified by:
newUpdatableMapOf in interface DoubleByteMapFactory
newUpdatableMapOf
HashDoubleByteMap newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
- Specified by:
newUpdatableMapOf in interface DoubleByteMapFactory
newUpdatableMapOf
HashDoubleByteMap newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
- Specified by:
newUpdatableMapOf in interface DoubleByteMapFactory
newUpdatableMapOf
HashDoubleByteMap newUpdatableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
- Specified by:
newUpdatableMapOf in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Map<Double,Byte> map1,
Map<Double,Byte> map2,
Map<Double,Byte> map3,
Map<Double,Byte> map4,
Map<Double,Byte> map5)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Consumer<DoubleByteConsumer> entriesSupplier)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Consumer<DoubleByteConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(double[] keys,
byte[] values)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(double[] keys,
byte[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Double[] keys,
Byte[] values)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Double[] keys,
Byte[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Iterable<Double> keys,
Iterable<Byte> values)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMap
HashDoubleByteMap newImmutableMap(Iterable<Double> keys,
Iterable<Byte> values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleByteMapFactory
newImmutableMapOf
HashDoubleByteMap newImmutableMapOf(double k1,
byte v1)
- Specified by:
newImmutableMapOf in interface DoubleByteMapFactory
newImmutableMapOf
HashDoubleByteMap newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2)
- Specified by:
newImmutableMapOf in interface DoubleByteMapFactory
newImmutableMapOf
HashDoubleByteMap newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3)
- Specified by:
newImmutableMapOf in interface DoubleByteMapFactory
newImmutableMapOf
HashDoubleByteMap newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4)
- Specified by:
newImmutableMapOf in interface DoubleByteMapFactory
newImmutableMapOf
HashDoubleByteMap newImmutableMapOf(double k1,
byte v1,
double k2,
byte v2,
double k3,
byte v3,
double k4,
byte v4,
double k5,
byte v5)
- Specified by:
newImmutableMapOf in interface DoubleByteMapFactory