Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntIntMap
-
Packages that use ImmutableIntIntMap 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 ImmutableIntIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntIntMap Modifier and Type Method Description ImmutableIntIntMapImmutableIntIntMapFactory. empty()<T> ImmutableIntIntMapImmutableIntIntMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableIntIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntIntMapImmutableIntIntMapFactory. of()Same asImmutableIntIntMapFactory.empty().ImmutableIntIntMapImmutableIntIntMapFactory. of(int key, int value)ImmutableIntIntMapImmutableIntIntMapFactory. ofAll(IntIntMap map)ImmutableIntIntMapImmutableIntIntMapFactory. with()Same asImmutableIntIntMapFactory.empty().ImmutableIntIntMapImmutableIntIntMapFactory. with(int key, int value)ImmutableIntIntMapImmutableIntIntMapFactory. withAll(IntIntMap map) -
Uses of ImmutableIntIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntIntMap Modifier and Type Method Description ImmutableIntIntMapImmutableIntIntMap. flipUniqueValues()ImmutableIntIntMapImmutableIntIntMap. newWithKeyValue(int key, int value)Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableIntIntMapImmutableIntIntMap. newWithoutAllKeys(IntIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntIntMapImmutableIntIntMap. newWithoutKey(int key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntIntMapImmutableIntIntMap. reject(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntMap. select(IntIntPredicate predicate)ImmutableIntIntMapIntIntMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntIntMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntIntMap Modifier and Type Class Description (package private) classImmutableIntIntEmptyMapImmutableIntIntEmptyMap is an optimization forImmutableIntIntMapof size 0.(package private) classImmutableIntIntHashMapImmutableIntIntHashMap is the non-modifiable equivalent ofIntIntHashMap.(package private) classImmutableIntIntSingletonMapImmutableIntIntSingletonMap is an optimization forImmutableIntIntMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntIntMap Modifier and Type Field Description (package private) static ImmutableIntIntMapImmutableIntIntEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntIntMap Modifier and Type Method Description ImmutableIntIntMapImmutableIntIntMapFactoryImpl. empty()ImmutableIntIntMapImmutableIntIntEmptyMap. flipUniqueValues()ImmutableIntIntMapImmutableIntIntHashMap. flipUniqueValues()ImmutableIntIntMapImmutableIntIntSingletonMap. flipUniqueValues()<T> ImmutableIntIntMapImmutableIntIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)ImmutableIntIntMapImmutableIntIntEmptyMap. newWithKeyValue(int key, int value)ImmutableIntIntMapImmutableIntIntHashMap. newWithKeyValue(int key, int value)ImmutableIntIntMapImmutableIntIntSingletonMap. newWithKeyValue(int key, int value)ImmutableIntIntMapImmutableIntIntEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntEmptyMap. newWithoutKey(int key)ImmutableIntIntMapImmutableIntIntHashMap. newWithoutKey(int key)ImmutableIntIntMapImmutableIntIntSingletonMap. newWithoutKey(int key)ImmutableIntIntMapImmutableIntIntMapFactoryImpl. of()ImmutableIntIntMapImmutableIntIntMapFactoryImpl. of(int key, int value)ImmutableIntIntMapImmutableIntIntMapFactoryImpl. ofAll(IntIntMap map)ImmutableIntIntMapImmutableIntIntEmptyMap. reject(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntHashMap. reject(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntSingletonMap. reject(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntEmptyMap. select(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntHashMap. select(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntSingletonMap. select(IntIntPredicate predicate)ImmutableIntIntMapImmutableIntIntEmptyMap. toImmutable()ImmutableIntIntMapImmutableIntIntHashMap. toImmutable()ImmutableIntIntMapImmutableIntIntSingletonMap. toImmutable()ImmutableIntIntMapImmutableIntIntMapFactoryImpl. with()ImmutableIntIntMapImmutableIntIntMapFactoryImpl. with(int key, int value)ImmutableIntIntMapImmutableIntIntMapFactoryImpl. withAll(IntIntMap map) -
Uses of ImmutableIntIntMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntIntMap Modifier and Type Method Description ImmutableIntIntMapIntIntHashMap. toImmutable()ImmutableIntIntMapSynchronizedIntIntMap. toImmutable()ImmutableIntIntMapUnmodifiableIntIntMap. toImmutable()
-