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