Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableLongIntMap
-
Packages that use ImmutableLongIntMap 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 ImmutableLongIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableLongIntMap Modifier and Type Method Description ImmutableLongIntMapImmutableLongIntMapFactory. empty()<T> ImmutableLongIntMapImmutableLongIntMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableLongIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongIntMapImmutableLongIntMapFactory. of()Same asImmutableLongIntMapFactory.empty().ImmutableLongIntMapImmutableLongIntMapFactory. of(long key, int value)ImmutableLongIntMapImmutableLongIntMapFactory. ofAll(LongIntMap map)ImmutableLongIntMapImmutableLongIntMapFactory. with()Same asImmutableLongIntMapFactory.empty().ImmutableLongIntMapImmutableLongIntMapFactory. with(long key, int value)ImmutableLongIntMapImmutableLongIntMapFactory. withAll(LongIntMap map) -
Uses of ImmutableLongIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongIntMap Modifier and Type Method Description ImmutableLongIntMapImmutableIntLongMap. flipUniqueValues()ImmutableLongIntMapImmutableLongIntMap. newWithKeyValue(long 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.ImmutableLongIntMapImmutableLongIntMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongIntMapImmutableLongIntMap. newWithoutKey(long key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableLongIntMapImmutableLongIntMap. reject(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntMap. select(LongIntPredicate predicate)ImmutableLongIntMapLongIntMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableLongIntMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableLongIntMap Modifier and Type Class Description (package private) classImmutableLongIntEmptyMapImmutableLongIntEmptyMap is an optimization forImmutableLongIntMapof size 0.(package private) classImmutableLongIntHashMapImmutableLongIntHashMap is the non-modifiable equivalent ofLongIntHashMap.(package private) classImmutableLongIntSingletonMapImmutableLongIntSingletonMap is an optimization forImmutableLongIntMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableLongIntMap Modifier and Type Field Description (package private) static ImmutableLongIntMapImmutableLongIntEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableLongIntMap Modifier and Type Method Description ImmutableLongIntMapImmutableLongIntMapFactoryImpl. empty()ImmutableLongIntMapImmutableIntLongEmptyMap. flipUniqueValues()ImmutableLongIntMapImmutableIntLongHashMap. flipUniqueValues()ImmutableLongIntMapImmutableIntLongSingletonMap. flipUniqueValues()<T> ImmutableLongIntMapImmutableLongIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)ImmutableLongIntMapImmutableLongIntEmptyMap. newWithKeyValue(long key, int value)ImmutableLongIntMapImmutableLongIntHashMap. newWithKeyValue(long key, int value)ImmutableLongIntMapImmutableLongIntSingletonMap. newWithKeyValue(long key, int value)ImmutableLongIntMapImmutableLongIntEmptyMap. newWithoutAllKeys(LongIterable keys)ImmutableLongIntMapImmutableLongIntHashMap. newWithoutAllKeys(LongIterable keys)ImmutableLongIntMapImmutableLongIntSingletonMap. newWithoutAllKeys(LongIterable keys)ImmutableLongIntMapImmutableLongIntEmptyMap. newWithoutKey(long key)ImmutableLongIntMapImmutableLongIntHashMap. newWithoutKey(long key)ImmutableLongIntMapImmutableLongIntSingletonMap. newWithoutKey(long key)ImmutableLongIntMapImmutableLongIntMapFactoryImpl. of()ImmutableLongIntMapImmutableLongIntMapFactoryImpl. of(long key, int value)ImmutableLongIntMapImmutableLongIntMapFactoryImpl. ofAll(LongIntMap map)ImmutableLongIntMapImmutableLongIntEmptyMap. reject(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntHashMap. reject(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntSingletonMap. reject(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntEmptyMap. select(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntHashMap. select(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntSingletonMap. select(LongIntPredicate predicate)ImmutableLongIntMapImmutableLongIntEmptyMap. toImmutable()ImmutableLongIntMapImmutableLongIntHashMap. toImmutable()ImmutableLongIntMapImmutableLongIntSingletonMap. toImmutable()ImmutableLongIntMapImmutableLongIntMapFactoryImpl. with()ImmutableLongIntMapImmutableLongIntMapFactoryImpl. with(long key, int value)ImmutableLongIntMapImmutableLongIntMapFactoryImpl. withAll(LongIntMap map) -
Uses of ImmutableLongIntMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongIntMap Modifier and Type Method Description ImmutableLongIntMapLongIntHashMap. toImmutable()ImmutableLongIntMapSynchronizedLongIntMap. toImmutable()ImmutableLongIntMapUnmodifiableLongIntMap. toImmutable()
-