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