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