net.openhft.collect.map.hash
Class HashCharIntMaps
java.lang.Object
net.openhft.collect.map.hash.HashCharIntMaps
public final class HashCharIntMaps
- extends Object
This class consists only of static factory methods to construct HashCharIntMaps, and
the default HashCharIntMapFactory static provider (getDefaultFactory()).
- See Also:
HashCharIntMap
|
Method Summary |
static HashCharIntMapFactory |
getDefaultFactory()
|
static HashCharIntMap |
newImmutableMap(char[] keys,
int[] values)
|
static HashCharIntMap |
newImmutableMap(char[] keys,
int[] values,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Character[] keys,
Integer[] values)
|
static HashCharIntMap |
newImmutableMap(Character[] keys,
Integer[] values,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Consumer<CharIntConsumer> entriesSupplier)
|
static HashCharIntMap |
newImmutableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Iterable<Character> keys,
Iterable<Integer> values)
|
static HashCharIntMap |
newImmutableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
|
static HashCharIntMap |
newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
|
static HashCharIntMap |
newImmutableMapOf(char k1,
int v1)
|
static HashCharIntMap |
newImmutableMapOf(char k1,
int v1,
char k2,
int v2)
|
static HashCharIntMap |
newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
|
static HashCharIntMap |
newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
|
static HashCharIntMap |
newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)
|
static HashCharIntMap |
newMutableMap()
|
static HashCharIntMap |
newMutableMap(char[] keys,
int[] values)
|
static HashCharIntMap |
newMutableMap(char[] keys,
int[] values,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Character[] keys,
Integer[] values)
|
static HashCharIntMap |
newMutableMap(Character[] keys,
Integer[] values,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Consumer<CharIntConsumer> entriesSupplier)
|
static HashCharIntMap |
newMutableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(int expectedSize)
|
static HashCharIntMap |
newMutableMap(Iterable<Character> keys,
Iterable<Integer> values)
|
static HashCharIntMap |
newMutableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
|
static HashCharIntMap |
newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
|
static HashCharIntMap |
newMutableMapOf(char k1,
int v1)
|
static HashCharIntMap |
newMutableMapOf(char k1,
int v1,
char k2,
int v2)
|
static HashCharIntMap |
newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
|
static HashCharIntMap |
newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
|
static HashCharIntMap |
newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)
|
static HashCharIntMap |
newUpdatableMap(char[] keys,
int[] values)
|
static HashCharIntMap |
newUpdatableMap(char[] keys,
int[] values,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Character[] keys,
Integer[] values)
|
static HashCharIntMap |
newUpdatableMap(Character[] keys,
Integer[] values,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Consumer<CharIntConsumer> entriesSupplier)
|
static HashCharIntMap |
newUpdatableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Iterable<Character> keys,
Iterable<Integer> values)
|
static HashCharIntMap |
newUpdatableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
|
static HashCharIntMap |
newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
|
static HashCharIntMap |
newUpdatableMapOf(char k1,
int v1)
|
static HashCharIntMap |
newUpdatableMapOf(char k1,
int v1,
char k2,
int v2)
|
static HashCharIntMap |
newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
|
static HashCharIntMap |
newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
|
static HashCharIntMap |
newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefaultFactory
public static HashCharIntMapFactory getDefaultFactory()
newMutableMap
public static HashCharIntMap newMutableMap()
newMutableMap
public static HashCharIntMap newMutableMap(int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
newMutableMap
public static HashCharIntMap newMutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
newMutableMap
public static HashCharIntMap newMutableMap(Consumer<CharIntConsumer> entriesSupplier)
newMutableMap
public static HashCharIntMap newMutableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(char[] keys,
int[] values)
newMutableMap
public static HashCharIntMap newMutableMap(char[] keys,
int[] values,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Character[] keys,
Integer[] values)
newMutableMap
public static HashCharIntMap newMutableMap(Character[] keys,
Integer[] values,
int expectedSize)
newMutableMap
public static HashCharIntMap newMutableMap(Iterable<Character> keys,
Iterable<Integer> values)
newMutableMap
public static HashCharIntMap newMutableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
newMutableMapOf
public static HashCharIntMap newMutableMapOf(char k1,
int v1)
newMutableMapOf
public static HashCharIntMap newMutableMapOf(char k1,
int v1,
char k2,
int v2)
newMutableMapOf
public static HashCharIntMap newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
newMutableMapOf
public static HashCharIntMap newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
newMutableMapOf
public static HashCharIntMap newMutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Consumer<CharIntConsumer> entriesSupplier)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(char[] keys,
int[] values)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(char[] keys,
int[] values,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Character[] keys,
Integer[] values)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Character[] keys,
Integer[] values,
int expectedSize)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Iterable<Character> keys,
Iterable<Integer> values)
newUpdatableMap
public static HashCharIntMap newUpdatableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
newUpdatableMapOf
public static HashCharIntMap newUpdatableMapOf(char k1,
int v1)
newUpdatableMapOf
public static HashCharIntMap newUpdatableMapOf(char k1,
int v1,
char k2,
int v2)
newUpdatableMapOf
public static HashCharIntMap newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
newUpdatableMapOf
public static HashCharIntMap newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
newUpdatableMapOf
public static HashCharIntMap newUpdatableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4)
newImmutableMap
public static HashCharIntMap newImmutableMap(Map<Character,Integer> map1,
Map<Character,Integer> map2,
Map<Character,Integer> map3,
Map<Character,Integer> map4,
Map<Character,Integer> map5)
newImmutableMap
public static HashCharIntMap newImmutableMap(Consumer<CharIntConsumer> entriesSupplier)
newImmutableMap
public static HashCharIntMap newImmutableMap(Consumer<CharIntConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(char[] keys,
int[] values)
newImmutableMap
public static HashCharIntMap newImmutableMap(char[] keys,
int[] values,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Character[] keys,
Integer[] values)
newImmutableMap
public static HashCharIntMap newImmutableMap(Character[] keys,
Integer[] values,
int expectedSize)
newImmutableMap
public static HashCharIntMap newImmutableMap(Iterable<Character> keys,
Iterable<Integer> values)
newImmutableMap
public static HashCharIntMap newImmutableMap(Iterable<Character> keys,
Iterable<Integer> values,
int expectedSize)
newImmutableMapOf
public static HashCharIntMap newImmutableMapOf(char k1,
int v1)
newImmutableMapOf
public static HashCharIntMap newImmutableMapOf(char k1,
int v1,
char k2,
int v2)
newImmutableMapOf
public static HashCharIntMap newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3)
newImmutableMapOf
public static HashCharIntMap newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4)
newImmutableMapOf
public static HashCharIntMap newImmutableMapOf(char k1,
int v1,
char k2,
int v2,
char k3,
int v3,
char k4,
int v4,
char k5,
int v5)