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