net.openhft.collect.map
Interface LongByteMapFactory
- All Known Subinterfaces:
- HashLongByteMapFactory
public interface LongByteMapFactory
An immutable factory of LongByteMaps.
- See Also:
LongByteMap
|
Method Summary |
byte |
getDefaultValue()
|
LongByteMap |
newImmutableMap(Consumer<LongByteConsumer> entriesSupplier)
|
LongByteMap |
newImmutableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
|
LongByteMap |
newImmutableMap(Iterable<Long> keys,
Iterable<Byte> values)
|
LongByteMap |
newImmutableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
|
LongByteMap |
newImmutableMap(long[] keys,
byte[] values)
|
LongByteMap |
newImmutableMap(Long[] keys,
Byte[] values)
|
LongByteMap |
newImmutableMap(long[] keys,
byte[] values,
int expectedSize)
|
LongByteMap |
newImmutableMap(Long[] keys,
Byte[] values,
int expectedSize)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
|
LongByteMap |
newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
|
LongByteMap |
newImmutableMapOf(long k1,
byte v1)
|
LongByteMap |
newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2)
|
LongByteMap |
newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
|
LongByteMap |
newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
|
LongByteMap |
newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)
|
LongByteMap |
newMutableMap()
|
LongByteMap |
newMutableMap(Consumer<LongByteConsumer> entriesSupplier)
|
LongByteMap |
newMutableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
|
LongByteMap |
newMutableMap(int expectedSize)
|
LongByteMap |
newMutableMap(Iterable<Long> keys,
Iterable<Byte> values)
|
LongByteMap |
newMutableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
|
LongByteMap |
newMutableMap(long[] keys,
byte[] values)
|
LongByteMap |
newMutableMap(Long[] keys,
Byte[] values)
|
LongByteMap |
newMutableMap(long[] keys,
byte[] values,
int expectedSize)
|
LongByteMap |
newMutableMap(Long[] keys,
Byte[] values,
int expectedSize)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
|
LongByteMap |
newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
|
LongByteMap |
newMutableMapOf(long k1,
byte v1)
|
LongByteMap |
newMutableMapOf(long k1,
byte v1,
long k2,
byte v2)
|
LongByteMap |
newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
|
LongByteMap |
newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
|
LongByteMap |
newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)
|
LongByteMap |
newUpdatableMap()
|
LongByteMap |
newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier)
|
LongByteMap |
newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
|
LongByteMap |
newUpdatableMap(int expectedSize)
|
LongByteMap |
newUpdatableMap(Iterable<Long> keys,
Iterable<Byte> values)
|
LongByteMap |
newUpdatableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
|
LongByteMap |
newUpdatableMap(long[] keys,
byte[] values)
|
LongByteMap |
newUpdatableMap(Long[] keys,
Byte[] values)
|
LongByteMap |
newUpdatableMap(long[] keys,
byte[] values,
int expectedSize)
|
LongByteMap |
newUpdatableMap(Long[] keys,
Byte[] values,
int expectedSize)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
|
LongByteMap |
newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
|
LongByteMap |
newUpdatableMapOf(long k1,
byte v1)
|
LongByteMap |
newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2)
|
LongByteMap |
newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
|
LongByteMap |
newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
|
LongByteMap |
newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)
|
LongByteMapFactory |
withDefaultValue(byte defaultValue)
|
getDefaultValue
byte getDefaultValue()
withDefaultValue
LongByteMapFactory withDefaultValue(byte defaultValue)
- See Also:
LongByteMap.defaultValue()
newMutableMap
LongByteMap newMutableMap()
newMutableMap
LongByteMap newMutableMap(int expectedSize)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
newMutableMap
LongByteMap newMutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
newMutableMap
LongByteMap newMutableMap(Consumer<LongByteConsumer> entriesSupplier)
newMutableMap
LongByteMap newMutableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(long[] keys,
byte[] values)
newMutableMap
LongByteMap newMutableMap(long[] keys,
byte[] values,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Long[] keys,
Byte[] values)
newMutableMap
LongByteMap newMutableMap(Long[] keys,
Byte[] values,
int expectedSize)
newMutableMap
LongByteMap newMutableMap(Iterable<Long> keys,
Iterable<Byte> values)
newMutableMap
LongByteMap newMutableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
newMutableMapOf
LongByteMap newMutableMapOf(long k1,
byte v1)
newMutableMapOf
LongByteMap newMutableMapOf(long k1,
byte v1,
long k2,
byte v2)
newMutableMapOf
LongByteMap newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
newMutableMapOf
LongByteMap newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
newMutableMapOf
LongByteMap newMutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)
newUpdatableMap
LongByteMap newUpdatableMap()
newUpdatableMap
LongByteMap newUpdatableMap(int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
newUpdatableMap
LongByteMap newUpdatableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
newUpdatableMap
LongByteMap newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier)
newUpdatableMap
LongByteMap newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(long[] keys,
byte[] values)
newUpdatableMap
LongByteMap newUpdatableMap(long[] keys,
byte[] values,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Long[] keys,
Byte[] values)
newUpdatableMap
LongByteMap newUpdatableMap(Long[] keys,
Byte[] values,
int expectedSize)
newUpdatableMap
LongByteMap newUpdatableMap(Iterable<Long> keys,
Iterable<Byte> values)
newUpdatableMap
LongByteMap newUpdatableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
newUpdatableMapOf
LongByteMap newUpdatableMapOf(long k1,
byte v1)
newUpdatableMapOf
LongByteMap newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2)
newUpdatableMapOf
LongByteMap newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
newUpdatableMapOf
LongByteMap newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
newUpdatableMapOf
LongByteMap newUpdatableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4)
newImmutableMap
LongByteMap newImmutableMap(Map<Long,Byte> map1,
Map<Long,Byte> map2,
Map<Long,Byte> map3,
Map<Long,Byte> map4,
Map<Long,Byte> map5)
newImmutableMap
LongByteMap newImmutableMap(Consumer<LongByteConsumer> entriesSupplier)
newImmutableMap
LongByteMap newImmutableMap(Consumer<LongByteConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(long[] keys,
byte[] values)
newImmutableMap
LongByteMap newImmutableMap(long[] keys,
byte[] values,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Long[] keys,
Byte[] values)
newImmutableMap
LongByteMap newImmutableMap(Long[] keys,
Byte[] values,
int expectedSize)
newImmutableMap
LongByteMap newImmutableMap(Iterable<Long> keys,
Iterable<Byte> values)
newImmutableMap
LongByteMap newImmutableMap(Iterable<Long> keys,
Iterable<Byte> values,
int expectedSize)
newImmutableMapOf
LongByteMap newImmutableMapOf(long k1,
byte v1)
newImmutableMapOf
LongByteMap newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2)
newImmutableMapOf
LongByteMap newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3)
newImmutableMapOf
LongByteMap newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4)
newImmutableMapOf
LongByteMap newImmutableMapOf(long k1,
byte v1,
long k2,
byte v2,
long k3,
byte v3,
long k4,
byte v4,
long k5,
byte v5)