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