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