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