net.openhft.collect.map.hash
Interface HashByteObjMapFactory<V>
- All Superinterfaces:
- ByteHashFactory<HashByteObjMapFactory<V>>, ByteObjMapFactory<V>, HashContainerFactory<HashByteObjMapFactory<V>>
public interface HashByteObjMapFactory<V>
- extends ByteObjMapFactory<V>, ByteHashFactory<HashByteObjMapFactory<V>>
An immutable factory of HashByteObjMaps
- See Also:
HashByteObjMap,
HashByteObjMaps.getDefaultFactory()
|
Method Summary |
|
newImmutableMap(byte[] keys,
V2[] values)
|
|
newImmutableMap(Byte[] keys,
V2[] values)
|
|
newImmutableMap(byte[] keys,
V2[] values,
int expectedSize)
|
|
newImmutableMap(Byte[] keys,
V2[] values,
int expectedSize)
|
|
newImmutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
|
|
newImmutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newImmutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
|
|
newImmutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newImmutableMap(Map<Byte,? extends V2> map)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
|
|
newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
|
|
newImmutableMapOf(byte k1,
V2 v1)
|
|
newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
|
|
newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
|
|
newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
|
|
newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
|
|
newMutableMap()
|
|
newMutableMap(byte[] keys,
V2[] values)
|
|
newMutableMap(Byte[] keys,
V2[] values)
|
|
newMutableMap(byte[] keys,
V2[] values,
int expectedSize)
|
|
newMutableMap(Byte[] keys,
V2[] values,
int expectedSize)
|
|
newMutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
|
|
newMutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newMutableMap(int expectedSize)
|
|
newMutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
|
|
newMutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newMutableMap(Map<Byte,? extends V2> map)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
|
|
newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
|
|
newMutableMapOf(byte k1,
V2 v1)
|
|
newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
|
|
newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
|
|
newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
|
|
newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
|
|
newUpdatableMap()
|
|
newUpdatableMap(byte[] keys,
V2[] values)
|
|
newUpdatableMap(Byte[] keys,
V2[] values)
|
|
newUpdatableMap(byte[] keys,
V2[] values,
int expectedSize)
|
|
newUpdatableMap(Byte[] keys,
V2[] values,
int expectedSize)
|
|
newUpdatableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
|
|
newUpdatableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newUpdatableMap(int expectedSize)
|
|
newUpdatableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
|
|
newUpdatableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newUpdatableMap(Map<Byte,? extends V2> map)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
|
|
newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
|
|
newUpdatableMapOf(byte k1,
V2 v1)
|
|
newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
|
|
newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
|
|
newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
|
|
newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
|
|
withValueEquivalence(Equivalence<VE> valueEquivalence)
|
withValueEquivalence
<VE> HashByteObjMapFactory<VE> withValueEquivalence(@Nullable
Equivalence<VE> valueEquivalence)
- Specified by:
withValueEquivalence in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap()
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(byte[] keys,
V2[] values)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Byte[] keys,
V2[] values)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMap
<V2 extends V> HashByteObjMap<V2> newMutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newMutableMap in interface ByteObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashByteObjMap<V2> newMutableMapOf(byte k1,
V2 v1)
- Specified by:
newMutableMapOf in interface ByteObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashByteObjMap<V2> newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
- Specified by:
newMutableMapOf in interface ByteObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashByteObjMap<V2> newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
- Specified by:
newMutableMapOf in interface ByteObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashByteObjMap<V2> newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
- Specified by:
newMutableMapOf in interface ByteObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashByteObjMap<V2> newMutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
- Specified by:
newMutableMapOf in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap()
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(byte[] keys,
V2[] values)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Byte[] keys,
V2[] values)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashByteObjMap<V2> newUpdatableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface ByteObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashByteObjMap<V2> newUpdatableMapOf(byte k1,
V2 v1)
- Specified by:
newUpdatableMapOf in interface ByteObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashByteObjMap<V2> newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
- Specified by:
newUpdatableMapOf in interface ByteObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashByteObjMap<V2> newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
- Specified by:
newUpdatableMapOf in interface ByteObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashByteObjMap<V2> newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
- Specified by:
newUpdatableMapOf in interface ByteObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashByteObjMap<V2> newUpdatableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
- Specified by:
newUpdatableMapOf in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Map<Byte,? extends V2> map1,
Map<Byte,? extends V2> map2,
Map<Byte,? extends V2> map3,
Map<Byte,? extends V2> map4,
Map<Byte,? extends V2> map5)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Consumer<ByteObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(byte[] keys,
V2[] values)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Byte[] keys,
V2[] values)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Byte[] keys,
V2[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMap
<V2 extends V> HashByteObjMap<V2> newImmutableMap(Iterable<Byte> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newImmutableMap in interface ByteObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashByteObjMap<V2> newImmutableMapOf(byte k1,
V2 v1)
- Specified by:
newImmutableMapOf in interface ByteObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashByteObjMap<V2> newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2)
- Specified by:
newImmutableMapOf in interface ByteObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashByteObjMap<V2> newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3)
- Specified by:
newImmutableMapOf in interface ByteObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashByteObjMap<V2> newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4)
- Specified by:
newImmutableMapOf in interface ByteObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashByteObjMap<V2> newImmutableMapOf(byte k1,
V2 v1,
byte k2,
V2 v2,
byte k3,
V2 v3,
byte k4,
V2 v4,
byte k5,
V2 v5)
- Specified by:
newImmutableMapOf in interface ByteObjMapFactory<V>