Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntIntMap
-
Packages that use MutableIntIntMap 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.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 MutableIntIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntIntMap Modifier and Type Method Description MutableIntIntMapMutableIntIntMapFactory. empty()<T> MutableIntIntMapMutableIntIntMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableIntIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntIntMapMutableIntIntMapFactory. of()Same asMutableIntIntMapFactory.empty().default MutableIntIntMapMutableIntIntMapFactory. of(int key, int value)default MutableIntIntMapMutableIntIntMapFactory. of(int key1, int value1, int key2, int value2)default MutableIntIntMapMutableIntIntMapFactory. of(int key1, int value1, int key2, int value2, int key3, int value3)default MutableIntIntMapMutableIntIntMapFactory. of(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4)MutableIntIntMapMutableIntIntMapFactory. ofAll(IntIntMap map)MutableIntIntMapMutableIntIntMapFactory. ofInitialCapacity(int capacity)Same asMutableIntIntMapFactory.empty().MutableIntIntMapMutableIntIntMapFactory. with()Same asMutableIntIntMapFactory.empty().default MutableIntIntMapMutableIntIntMapFactory. with(int key, int value)default MutableIntIntMapMutableIntIntMapFactory. with(int key1, int value1, int key2, int value2)default MutableIntIntMapMutableIntIntMapFactory. with(int key1, int value1, int key2, int value2, int key3, int value3)default MutableIntIntMapMutableIntIntMapFactory. with(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4)MutableIntIntMapMutableIntIntMapFactory. withAll(IntIntMap map)MutableIntIntMapMutableIntIntMapFactory. withInitialCapacity(int capacity)Same asMutableIntIntMapFactory.empty(). -
Uses of MutableIntIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntIntMap Modifier and Type Method Description MutableIntIntMapMutableIntIntMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableIntIntMapMutableIntIntMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableIntIntMapMutableIntIntMap. flipUniqueValues()MutableIntIntMapMutableIntIntMap. reject(IntIntPredicate predicate)MutableIntIntMapMutableIntIntMap. select(IntIntPredicate predicate)default MutableIntIntMapMutableIntIntMap. withAllKeyValues(java.lang.Iterable<IntIntPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableIntIntMapMutableIntIntMap. withKeyValue(int key, int value)Associates a value with the specified key.MutableIntIntMapMutableIntIntMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntIntMapMutableIntIntMap. withoutKey(int key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableIntIntMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableIntIntMap Modifier and Type Field Description private MutableIntIntMapImmutableIntIntHashMap. delegate -
Uses of MutableIntIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntIntMap Modifier and Type Class Description classIntIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedIntIntMapA synchronized view of aMutableIntIntMap.classUnmodifiableIntIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntIntMap Modifier and Type Field Description private MutableIntIntMapSynchronizedIntIntMap. mapprivate MutableIntIntMapUnmodifiableIntIntMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntIntMap Modifier and Type Method Description MutableIntIntMapIntIntHashMap. asSynchronized()MutableIntIntMapSynchronizedIntIntMap. asSynchronized()MutableIntIntMapUnmodifiableIntIntMap. asSynchronized()MutableIntIntMapIntIntHashMap. asUnmodifiable()MutableIntIntMapSynchronizedIntIntMap. asUnmodifiable()MutableIntIntMapUnmodifiableIntIntMap. asUnmodifiable()MutableIntIntMapMutableIntIntMapFactoryImpl. empty()MutableIntIntMapIntIntHashMap. flipUniqueValues()MutableIntIntMapSynchronizedIntIntMap. flipUniqueValues()MutableIntIntMapUnmodifiableIntIntMap. flipUniqueValues()<T> MutableIntIntMapMutableIntIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)MutableIntIntMapMutableIntIntMapFactoryImpl. of()MutableIntIntMapMutableIntIntMapFactoryImpl. of(int key, int value)MutableIntIntMapMutableIntIntMapFactoryImpl. of(int key1, int value1, int key2, int value2)MutableIntIntMapMutableIntIntMapFactoryImpl. of(int key1, int value1, int key2, int value2, int key3, int value3)MutableIntIntMapMutableIntIntMapFactoryImpl. of(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4)MutableIntIntMapMutableIntIntMapFactoryImpl. ofAll(IntIntMap map)MutableIntIntMapMutableIntIntMapFactoryImpl. ofInitialCapacity(int capacity)MutableIntIntMapSynchronizedIntIntMap. reject(IntIntPredicate predicate)MutableIntIntMapUnmodifiableIntIntMap. reject(IntIntPredicate predicate)MutableIntIntMapSynchronizedIntIntMap. select(IntIntPredicate predicate)MutableIntIntMapUnmodifiableIntIntMap. select(IntIntPredicate predicate)MutableIntIntMapMutableIntIntMapFactoryImpl. with()MutableIntIntMapMutableIntIntMapFactoryImpl. with(int key, int value)MutableIntIntMapMutableIntIntMapFactoryImpl. with(int key1, int value1, int key2, int value2)MutableIntIntMapMutableIntIntMapFactoryImpl. with(int key1, int value1, int key2, int value2, int key3, int value3)MutableIntIntMapMutableIntIntMapFactoryImpl. with(int key1, int value1, int key2, int value2, int key3, int value3, int key4, int value4)MutableIntIntMapMutableIntIntMapFactoryImpl. withAll(IntIntMap map)MutableIntIntMapMutableIntIntMapFactoryImpl. withInitialCapacity(int capacity)MutableIntIntMapSynchronizedIntIntMap. withKeyValue(int key, int value)MutableIntIntMapUnmodifiableIntIntMap. withKeyValue(int key, int value)MutableIntIntMapSynchronizedIntIntMap. withoutAllKeys(IntIterable keys)MutableIntIntMapUnmodifiableIntIntMap. withoutAllKeys(IntIterable keys)MutableIntIntMapSynchronizedIntIntMap. withoutKey(int key)MutableIntIntMapUnmodifiableIntIntMap. withoutKey(int key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntIntMap Constructor Description SynchronizedIntIntMap(MutableIntIntMap map)SynchronizedIntIntMap(MutableIntIntMap map, java.lang.Object newLock)UnmodifiableIntIntMap(MutableIntIntMap map)
-