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