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