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