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