Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectIntMap
-
Packages that use MutableObjectIntMap Package Description org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategys.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive 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 MutableObjectIntMap Modifier and Type Method Description <K> MutableObjectIntMap<K>MutableObjectIntHashingStrategyMapFactory. empty(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectIntMap<K>MutableObjectIntMapFactory. empty()<T,K>
MutableObjectIntMap<K>MutableObjectIntMapFactory. from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableObjectIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> MutableObjectIntMap<K>MutableObjectIntHashingStrategyMapFactory. of(HashingStrategy<? super K> hashingStrategy)Same as#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 as#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 as#empty()but takes in an initial capacity<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 MutableObjectIntMap Modifier and Type Method Description MutableObjectIntMap<K>MutableObjectIntMap. asSynchronized()MutableObjectIntMap<K>MutableObjectIntMap. asUnmodifiable()MutableObjectIntMap<V>MutableIntObjectMap. flipUniqueValues()MutableObjectIntMap<K>MutableObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>MutableObjectIntMap. select(ObjectIntPredicate<? super K> predicate)default MutableObjectIntMap<K>MutableObjectIntMap. tap(IntProcedure procedure)default MutableObjectIntMap<K>MutableObjectIntMap. withAllKeyValues(java.lang.Iterable<ObjectIntPair<K>> keyValuePairs)MutableObjectIntMap<K>MutableObjectIntMap. withKeyValue(K key, int value)Associates a value with the specified key.MutableObjectIntMap<K>MutableObjectIntMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectIntMap<K>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 MutableObjectIntMap Modifier and Type Field Description protected MutableObjectIntMap<T>AbstractHashBag. itemsConstructors in org.eclipse.collections.impl.bag.mutable with parameters of type MutableObjectIntMap Constructor Description HashBag(MutableObjectIntMap<T> map) -
Uses of MutableObjectIntMap in org.eclipse.collections.impl.bag.strategy.mutable
Constructors in org.eclipse.collections.impl.bag.strategy.mutable with parameters of type MutableObjectIntMap Constructor Description 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 MutableObjectIntMap Modifier and Type Field Description private 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 MutableObjectIntMap Modifier and Type Class Description classObjectIntHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg.classObjectIntHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classSynchronizedObjectIntMap<K>A synchronized view of aMutableObjectIntMap.classUnmodifiableObjectIntMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableObjectIntMap Modifier and Type Field Description private MutableObjectIntMap<K>SynchronizedObjectIntMap. mapprivate MutableObjectIntMap<K>UnmodifiableObjectIntMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectIntMap Modifier and Type Method Description MutableObjectIntMap<K>ObjectIntHashMap. asSynchronized()MutableObjectIntMap<K>ObjectIntHashMapWithHashingStrategy. asSynchronized()MutableObjectIntMap<K>SynchronizedObjectIntMap. asSynchronized()MutableObjectIntMap<K>UnmodifiableObjectIntMap. asSynchronized()MutableObjectIntMap<K>ObjectIntHashMap. asUnmodifiable()MutableObjectIntMap<K>ObjectIntHashMapWithHashingStrategy. asUnmodifiable()MutableObjectIntMap<K>SynchronizedObjectIntMap. asUnmodifiable()MutableObjectIntMap<K>UnmodifiableObjectIntMap. asUnmodifiable()<K> MutableObjectIntMap<K>MutableObjectIntHashingStrategyMapFactoryImpl. empty(HashingStrategy<? super K> hashingStrategy)<K> MutableObjectIntMap<K>MutableObjectIntMapFactoryImpl. empty()MutableObjectIntMap<V>IntObjectHashMap. flipUniqueValues()MutableObjectIntMap<V>SynchronizedIntObjectMap. flipUniqueValues()MutableObjectIntMap<V>UnmodifiableIntObjectMap. flipUniqueValues()<T,K>
MutableObjectIntMap<K>MutableObjectIntMapFactoryImpl. from(java.lang.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)MutableObjectIntMap<K>SynchronizedObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>UnmodifiableObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>SynchronizedObjectIntMap. select(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>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)MutableObjectIntMap<K>SynchronizedObjectIntMap. withKeyValue(K key, int value)MutableObjectIntMap<K>UnmodifiableObjectIntMap. withKeyValue(K key, int value)MutableObjectIntMap<K>SynchronizedObjectIntMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)MutableObjectIntMap<K>UnmodifiableObjectIntMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)MutableObjectIntMap<K>SynchronizedObjectIntMap. withoutKey(K key)MutableObjectIntMap<K>UnmodifiableObjectIntMap. withoutKey(K key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectIntMap Constructor Description SynchronizedObjectIntMap(MutableObjectIntMap<K> map)SynchronizedObjectIntMap(MutableObjectIntMap<K> map, java.lang.Object newLock)UnmodifiableObjectIntMap(MutableObjectIntMap<K> map)
-