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