net.openhft.collect.map.hash
Interface HashShortObjMapFactory<V>

All Superinterfaces:
HashContainerFactory<HashShortObjMapFactory<V>>, ShortHashFactory<HashShortObjMapFactory<V>>, ShortObjMapFactory<V>

public interface HashShortObjMapFactory<V>
extends ShortObjMapFactory<V>, ShortHashFactory<HashShortObjMapFactory<V>>

An immutable factory of HashShortObjMaps

See Also:
HashShortObjMap, HashShortObjMaps.getDefaultFactory()

Method Summary
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Iterable<Short> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Iterable<Short> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMap(Short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMapOf(short k1, V2 v1)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMapOf(short k1, V2 v1, short k2, V2 v2)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
           
<V2 extends V>
HashShortObjMap<V2>
newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap()
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Iterable<Short> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Iterable<Short> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMap(Short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMapOf(short k1, V2 v1)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMapOf(short k1, V2 v1, short k2, V2 v2)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
           
<V2 extends V>
HashShortObjMap<V2>
newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap()
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Iterable<Short> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Iterable<Short> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Short[] keys, V2[] values)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMap(Short[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMapOf(short k1, V2 v1)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
           
<V2 extends V>
HashShortObjMap<V2>
newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
           
<VE> HashShortObjMapFactory<VE>
withValueEquivalence(Equivalence<VE> valueEquivalence)
           
 
Methods inherited from interface net.openhft.collect.map.ShortObjMapFactory
getValueEquivalence
 
Methods inherited from interface net.openhft.collect.hash.ShortHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withValueEquivalence

<VE> HashShortObjMapFactory<VE> withValueEquivalence(@Nullable
                                                     Equivalence<VE> valueEquivalence)
Specified by:
withValueEquivalence in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap()
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3,
                                                 Map<Short,? extends V2> map4,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3,
                                                 Map<Short,? extends V2> map4,
                                                 Map<Short,? extends V2> map5,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3,
                                                 Map<Short,? extends V2> map4)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                                 Map<Short,? extends V2> map2,
                                                 Map<Short,? extends V2> map3,
                                                 Map<Short,? extends V2> map4,
                                                 Map<Short,? extends V2> map5)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(short[] keys,
                                                 V2[] values)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(short[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Short[] keys,
                                                 V2[] values)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Short[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Iterable<Short> keys,
                                                 Iterable<? extends V2> values)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMap

<V2 extends V> HashShortObjMap<V2> newMutableMap(Iterable<Short> keys,
                                                 Iterable<? extends V2> values,
                                                 int expectedSize)
Specified by:
newMutableMap in interface ShortObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashShortObjMap<V2> newMutableMapOf(short k1,
                                                   V2 v1)
Specified by:
newMutableMapOf in interface ShortObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashShortObjMap<V2> newMutableMapOf(short k1,
                                                   V2 v1,
                                                   short k2,
                                                   V2 v2)
Specified by:
newMutableMapOf in interface ShortObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashShortObjMap<V2> newMutableMapOf(short k1,
                                                   V2 v1,
                                                   short k2,
                                                   V2 v2,
                                                   short k3,
                                                   V2 v3)
Specified by:
newMutableMapOf in interface ShortObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashShortObjMap<V2> newMutableMapOf(short k1,
                                                   V2 v1,
                                                   short k2,
                                                   V2 v2,
                                                   short k3,
                                                   V2 v3,
                                                   short k4,
                                                   V2 v4)
Specified by:
newMutableMapOf in interface ShortObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashShortObjMap<V2> newMutableMapOf(short k1,
                                                   V2 v1,
                                                   short k2,
                                                   V2 v2,
                                                   short k3,
                                                   V2 v3,
                                                   short k4,
                                                   V2 v4,
                                                   short k5,
                                                   V2 v5)
Specified by:
newMutableMapOf in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap()
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   Map<Short,? extends V2> map5,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   Map<Short,? extends V2> map5)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(short[] keys,
                                                   V2[] values)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(short[] keys,
                                                   V2[] values,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Short[] keys,
                                                   V2[] values)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Short[] keys,
                                                   V2[] values,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Iterable<Short> keys,
                                                   Iterable<? extends V2> values)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashShortObjMap<V2> newUpdatableMap(Iterable<Short> keys,
                                                   Iterable<? extends V2> values,
                                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashShortObjMap<V2> newUpdatableMapOf(short k1,
                                                     V2 v1)
Specified by:
newUpdatableMapOf in interface ShortObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashShortObjMap<V2> newUpdatableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2)
Specified by:
newUpdatableMapOf in interface ShortObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashShortObjMap<V2> newUpdatableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3)
Specified by:
newUpdatableMapOf in interface ShortObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashShortObjMap<V2> newUpdatableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3,
                                                     short k4,
                                                     V2 v4)
Specified by:
newUpdatableMapOf in interface ShortObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashShortObjMap<V2> newUpdatableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3,
                                                     short k4,
                                                     V2 v4,
                                                     short k5,
                                                     V2 v5)
Specified by:
newUpdatableMapOf in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   Map<Short,? extends V2> map5,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                                   Map<Short,? extends V2> map2,
                                                   Map<Short,? extends V2> map3,
                                                   Map<Short,? extends V2> map4,
                                                   Map<Short,? extends V2> map5)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(short[] keys,
                                                   V2[] values)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(short[] keys,
                                                   V2[] values,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Short[] keys,
                                                   V2[] values)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Short[] keys,
                                                   V2[] values,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Iterable<Short> keys,
                                                   Iterable<? extends V2> values)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMap

<V2 extends V> HashShortObjMap<V2> newImmutableMap(Iterable<Short> keys,
                                                   Iterable<? extends V2> values,
                                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashShortObjMap<V2> newImmutableMapOf(short k1,
                                                     V2 v1)
Specified by:
newImmutableMapOf in interface ShortObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashShortObjMap<V2> newImmutableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2)
Specified by:
newImmutableMapOf in interface ShortObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashShortObjMap<V2> newImmutableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3)
Specified by:
newImmutableMapOf in interface ShortObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashShortObjMap<V2> newImmutableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3,
                                                     short k4,
                                                     V2 v4)
Specified by:
newImmutableMapOf in interface ShortObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashShortObjMap<V2> newImmutableMapOf(short k1,
                                                     V2 v1,
                                                     short k2,
                                                     V2 v2,
                                                     short k3,
                                                     V2 v3,
                                                     short k4,
                                                     V2 v4,
                                                     short k5,
                                                     V2 v5)
Specified by:
newImmutableMapOf in interface ShortObjMapFactory<V>