Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectIntMap
Packages that use MutableObjectIntMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the
MutableBag
interface.This package contains implementations of bags with user defined
HashingStrategy
s.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableObjectIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableObjectIntMapModifier and TypeMethodDescription<K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactory.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.empty()
<T,
K> MutableObjectIntMap <K> MutableObjectIntMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableObjectIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactory.of
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.of()
Same asMutableObjectIntMapFactory.empty()
.default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.of
(K key, int value) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.of
(K key1, int value1, K key2, int value2) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.of
(K key1, int value1, K key2, int value2, K key3, int value3) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.of
(K key1, int value1, K key2, int value2, K key3, int value3, K key4, int value4) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.ofAll
(ObjectIntMap<? extends K> map) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.ofInitialCapacity
(int capacity) Same asMutableObjectIntMapFactory.empty()
.<K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactory.with
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.with()
Same asMutableObjectIntMapFactory.empty()
.default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.with
(K key, int value) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.with
(K key1, int value1, K key2, int value2) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.with
(K key1, int value1, K key2, int value2, K key3, int value3) default <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.with
(K key1, int value1, K key2, int value2, K key3, int value3, K key4, int value4) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.withAll
(ObjectIntMap<? extends K> map) <K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactory.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asinvalid reference
#empty()
<K> MutableObjectIntMap
<K> MutableObjectIntMapFactory.withInitialCapacity
(int capacity) Same asMutableObjectIntMapFactory.empty()
. -
Uses of MutableObjectIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableObjectIntMapModifier and TypeMethodDescriptionMutableObjectIntMap.asSynchronized()
MutableObjectIntMap.asUnmodifiable()
MutableIntObjectMap.flipUniqueValues()
MutableObjectIntMap.reject
(ObjectIntPredicate<? super K> predicate) MutableObjectIntMap.select
(ObjectIntPredicate<? super K> predicate) default MutableObjectIntMap
<K> MutableObjectIntMap.tap
(IntProcedure procedure) default MutableObjectIntMap
<K> MutableObjectIntMap.withAllKeyValues
(Iterable<ObjectIntPair<K>> keyValuePairs) MutableObjectIntMap.withKeyValue
(K key, int value) Associates a value with the specified key.MutableObjectIntMap.withoutAllKeys
(Iterable<? extends K> keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectIntMap.withoutKey
(K key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectIntMap in org.eclipse.collections.impl.bag.mutable
Fields in org.eclipse.collections.impl.bag.mutable declared as MutableObjectIntMapConstructors in org.eclipse.collections.impl.bag.mutable with parameters of type MutableObjectIntMap -
Uses of MutableObjectIntMap in org.eclipse.collections.impl.bag.strategy.mutable
Constructors in org.eclipse.collections.impl.bag.strategy.mutable with parameters of type MutableObjectIntMapModifierConstructorDescriptionprivate
HashBagWithHashingStrategy
(HashingStrategy<? super T> hashingStrategy, MutableObjectIntMap<T> map) -
Uses of MutableObjectIntMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableObjectIntMapModifier and TypeFieldDescriptionprivate final MutableObjectIntMap
<K> ImmutableObjectIntHashMap.delegate
-
Uses of MutableObjectIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableObjectIntMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
A synchronized view of aMutableObjectIntMap
.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableObjectIntMapModifier and TypeFieldDescriptionprivate final MutableObjectIntMap
<K> SynchronizedObjectIntMap.map
private final MutableObjectIntMap
<K> UnmodifiableObjectIntMap.map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectIntMapModifier and TypeMethodDescriptionObjectIntHashMap.asSynchronized()
ObjectIntHashMapWithHashingStrategy.asSynchronized()
SynchronizedObjectIntMap.asSynchronized()
UnmodifiableObjectIntMap.asSynchronized()
ObjectIntHashMap.asUnmodifiable()
ObjectIntHashMapWithHashingStrategy.asUnmodifiable()
SynchronizedObjectIntMap.asUnmodifiable()
UnmodifiableObjectIntMap.asUnmodifiable()
<K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactoryImpl.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.empty()
IntObjectHashMap.flipUniqueValues()
SynchronizedIntObjectMap.flipUniqueValues()
UnmodifiableIntObjectMap.flipUniqueValues()
<T,
K> MutableObjectIntMap <K> MutableObjectIntMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) <K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactoryImpl.of
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.of()
<K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.of
(K key, int value) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.of
(K key1, int value1, K key2, int value2) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.of
(K key1, int value1, K key2, int value2, K key3, int value3) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.of
(K key1, int value1, K key2, int value2, K key3, int value3, K key4, int value4) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.ofAll
(ObjectIntMap<? extends K> map) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedObjectIntMap.reject
(ObjectIntPredicate<? super K> predicate) UnmodifiableObjectIntMap.reject
(ObjectIntPredicate<? super K> predicate) SynchronizedObjectIntMap.select
(ObjectIntPredicate<? super K> predicate) UnmodifiableObjectIntMap.select
(ObjectIntPredicate<? super K> predicate) <K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactoryImpl.with
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.with()
<K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.with
(K key, int value) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.with
(K key1, int value1, K key2, int value2) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.with
(K key1, int value1, K key2, int value2, K key3, int value3) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.with
(K key1, int value1, K key2, int value2, K key3, int value3, K key4, int value4) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.withAll
(ObjectIntMap<? extends K> map) <K> MutableObjectIntMap
<K> MutableObjectIntHashingStrategyMapFactoryImpl.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) <K> MutableObjectIntMap
<K> MutableObjectIntMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedObjectIntMap.withKeyValue
(K key, int value) UnmodifiableObjectIntMap.withKeyValue
(K key, int value) SynchronizedObjectIntMap.withoutAllKeys
(Iterable<? extends K> keys) UnmodifiableObjectIntMap.withoutAllKeys
(Iterable<? extends K> keys) SynchronizedObjectIntMap.withoutKey
(K key) UnmodifiableObjectIntMap.withoutKey
(K key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectIntMapModifierConstructorDescriptionSynchronizedObjectIntMap
(MutableObjectIntMap<K> map, Object newLock)