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