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