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