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