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