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