Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntLongMap
-
Packages that use ImmutableIntLongMap 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 ImmutableIntLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntLongMap Modifier and Type Method Description ImmutableIntLongMap
ImmutableIntLongMapFactory. empty()
<T> ImmutableIntLongMap
ImmutableIntLongMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
Creates anImmutableIntLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntLongMap
ImmutableIntLongMapFactory. of()
Same asImmutableIntLongMapFactory.empty()
.ImmutableIntLongMap
ImmutableIntLongMapFactory. of(int key, long value)
ImmutableIntLongMap
ImmutableIntLongMapFactory. ofAll(IntLongMap map)
ImmutableIntLongMap
ImmutableIntLongMapFactory. with()
Same asImmutableIntLongMapFactory.empty()
.ImmutableIntLongMap
ImmutableIntLongMapFactory. with(int key, long value)
ImmutableIntLongMap
ImmutableIntLongMapFactory. withAll(IntLongMap map)
-
Uses of ImmutableIntLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntLongMap Modifier and Type Method Description ImmutableIntLongMap
ImmutableLongIntMap. flipUniqueValues()
ImmutableIntLongMap
ImmutableIntLongMap. newWithKeyValue(int key, long 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.ImmutableIntLongMap
ImmutableIntLongMap. 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.ImmutableIntLongMap
ImmutableIntLongMap. 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.ImmutableIntLongMap
ImmutableIntLongMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
IntLongMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntLongMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntLongMap Modifier and Type Class Description (package private) class
ImmutableIntLongEmptyMap
ImmutableIntLongEmptyMap is an optimization forImmutableIntLongMap
of size 0.(package private) class
ImmutableIntLongHashMap
ImmutableIntLongHashMap is the non-modifiable equivalent ofIntLongHashMap
.(package private) class
ImmutableIntLongSingletonMap
ImmutableIntLongSingletonMap is an optimization forImmutableIntLongMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntLongMap Modifier and Type Field Description (package private) static ImmutableIntLongMap
ImmutableIntLongEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntLongMap Modifier and Type Method Description ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. empty()
ImmutableIntLongMap
ImmutableLongIntEmptyMap. flipUniqueValues()
ImmutableIntLongMap
ImmutableLongIntHashMap. flipUniqueValues()
ImmutableIntLongMap
ImmutableLongIntSingletonMap. flipUniqueValues()
<T> ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. newWithKeyValue(int key, long value)
ImmutableIntLongMap
ImmutableIntLongHashMap. newWithKeyValue(int key, long value)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. newWithKeyValue(int key, long value)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntLongMap
ImmutableIntLongHashMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. newWithoutKey(int key)
ImmutableIntLongMap
ImmutableIntLongHashMap. newWithoutKey(int key)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. newWithoutKey(int key)
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. of()
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. of(int key, long value)
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. ofAll(IntLongMap map)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongHashMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongHashMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. toImmutable()
ImmutableIntLongMap
ImmutableIntLongHashMap. toImmutable()
ImmutableIntLongMap
ImmutableIntLongSingletonMap. toImmutable()
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. with()
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. with(int key, long value)
ImmutableIntLongMap
ImmutableIntLongMapFactoryImpl. withAll(IntLongMap map)
-
Uses of ImmutableIntLongMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntLongMap Modifier and Type Method Description ImmutableIntLongMap
IntLongHashMap. toImmutable()
ImmutableIntLongMap
SynchronizedIntLongMap. toImmutable()
ImmutableIntLongMap
UnmodifiableIntLongMap. toImmutable()
-