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