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