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