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