net.openhft.collect.map
Interface ByteCharMapFactory
- All Known Subinterfaces:
- HashByteCharMapFactory
public interface ByteCharMapFactory
An immutable factory of ByteCharMaps.
- See Also:
ByteCharMap
|
Method Summary |
char |
getDefaultValue()
|
ByteCharMap |
newImmutableMap(byte[] keys,
char[] values)
|
ByteCharMap |
newImmutableMap(byte[] keys,
char[] values,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Byte[] keys,
Character[] values)
|
ByteCharMap |
newImmutableMap(Byte[] keys,
Character[] values,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier)
|
ByteCharMap |
newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Character> values)
|
ByteCharMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
|
ByteCharMap |
newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
|
ByteCharMap |
newImmutableMapOf(byte k1,
char v1)
|
ByteCharMap |
newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2)
|
ByteCharMap |
newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
|
ByteCharMap |
newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
|
ByteCharMap |
newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)
|
ByteCharMap |
newMutableMap()
|
ByteCharMap |
newMutableMap(byte[] keys,
char[] values)
|
ByteCharMap |
newMutableMap(byte[] keys,
char[] values,
int expectedSize)
|
ByteCharMap |
newMutableMap(Byte[] keys,
Character[] values)
|
ByteCharMap |
newMutableMap(Byte[] keys,
Character[] values,
int expectedSize)
|
ByteCharMap |
newMutableMap(Consumer<ByteCharConsumer> entriesSupplier)
|
ByteCharMap |
newMutableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
|
ByteCharMap |
newMutableMap(int expectedSize)
|
ByteCharMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Character> values)
|
ByteCharMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
|
ByteCharMap |
newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
|
ByteCharMap |
newMutableMapOf(byte k1,
char v1)
|
ByteCharMap |
newMutableMapOf(byte k1,
char v1,
byte k2,
char v2)
|
ByteCharMap |
newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
|
ByteCharMap |
newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
|
ByteCharMap |
newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)
|
ByteCharMap |
newUpdatableMap()
|
ByteCharMap |
newUpdatableMap(byte[] keys,
char[] values)
|
ByteCharMap |
newUpdatableMap(byte[] keys,
char[] values,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Byte[] keys,
Character[] values)
|
ByteCharMap |
newUpdatableMap(Byte[] keys,
Character[] values,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier)
|
ByteCharMap |
newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(int expectedSize)
|
ByteCharMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Character> values)
|
ByteCharMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
|
ByteCharMap |
newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
|
ByteCharMap |
newUpdatableMapOf(byte k1,
char v1)
|
ByteCharMap |
newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2)
|
ByteCharMap |
newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
|
ByteCharMap |
newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
|
ByteCharMap |
newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)
|
ByteCharMapFactory |
withDefaultValue(char defaultValue)
|
getDefaultValue
char getDefaultValue()
withDefaultValue
ByteCharMapFactory withDefaultValue(char defaultValue)
- See Also:
ByteCharMap.defaultValue()
newMutableMap
ByteCharMap newMutableMap()
newMutableMap
ByteCharMap newMutableMap(int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
newMutableMap
ByteCharMap newMutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
newMutableMap
ByteCharMap newMutableMap(Consumer<ByteCharConsumer> entriesSupplier)
newMutableMap
ByteCharMap newMutableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(byte[] keys,
char[] values)
newMutableMap
ByteCharMap newMutableMap(byte[] keys,
char[] values,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Byte[] keys,
Character[] values)
newMutableMap
ByteCharMap newMutableMap(Byte[] keys,
Character[] values,
int expectedSize)
newMutableMap
ByteCharMap newMutableMap(Iterable<Byte> keys,
Iterable<Character> values)
newMutableMap
ByteCharMap newMutableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
newMutableMapOf
ByteCharMap newMutableMapOf(byte k1,
char v1)
newMutableMapOf
ByteCharMap newMutableMapOf(byte k1,
char v1,
byte k2,
char v2)
newMutableMapOf
ByteCharMap newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
newMutableMapOf
ByteCharMap newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
newMutableMapOf
ByteCharMap newMutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)
newUpdatableMap
ByteCharMap newUpdatableMap()
newUpdatableMap
ByteCharMap newUpdatableMap(int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
newUpdatableMap
ByteCharMap newUpdatableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
newUpdatableMap
ByteCharMap newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier)
newUpdatableMap
ByteCharMap newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(byte[] keys,
char[] values)
newUpdatableMap
ByteCharMap newUpdatableMap(byte[] keys,
char[] values,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Byte[] keys,
Character[] values)
newUpdatableMap
ByteCharMap newUpdatableMap(Byte[] keys,
Character[] values,
int expectedSize)
newUpdatableMap
ByteCharMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Character> values)
newUpdatableMap
ByteCharMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
newUpdatableMapOf
ByteCharMap newUpdatableMapOf(byte k1,
char v1)
newUpdatableMapOf
ByteCharMap newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2)
newUpdatableMapOf
ByteCharMap newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
newUpdatableMapOf
ByteCharMap newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
newUpdatableMapOf
ByteCharMap newUpdatableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4)
newImmutableMap
ByteCharMap newImmutableMap(Map<Byte,Character> map1,
Map<Byte,Character> map2,
Map<Byte,Character> map3,
Map<Byte,Character> map4,
Map<Byte,Character> map5)
newImmutableMap
ByteCharMap newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier)
newImmutableMap
ByteCharMap newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(byte[] keys,
char[] values)
newImmutableMap
ByteCharMap newImmutableMap(byte[] keys,
char[] values,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Byte[] keys,
Character[] values)
newImmutableMap
ByteCharMap newImmutableMap(Byte[] keys,
Character[] values,
int expectedSize)
newImmutableMap
ByteCharMap newImmutableMap(Iterable<Byte> keys,
Iterable<Character> values)
newImmutableMap
ByteCharMap newImmutableMap(Iterable<Byte> keys,
Iterable<Character> values,
int expectedSize)
newImmutableMapOf
ByteCharMap newImmutableMapOf(byte k1,
char v1)
newImmutableMapOf
ByteCharMap newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2)
newImmutableMapOf
ByteCharMap newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3)
newImmutableMapOf
ByteCharMap newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4)
newImmutableMapOf
ByteCharMap newImmutableMapOf(byte k1,
char v1,
byte k2,
char v2,
byte k3,
char v3,
byte k4,
char v4,
byte k5,
char v5)