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