Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharLongMap
-
Packages that use ImmutableCharLongMap 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 ImmutableCharLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharLongMap Modifier and Type Method Description ImmutableCharLongMap
ImmutableCharLongMapFactory. empty()
<T> ImmutableCharLongMap
ImmutableCharLongMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
Creates anImmutableCharLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharLongMap
ImmutableCharLongMapFactory. of()
Same asImmutableCharLongMapFactory.empty()
.ImmutableCharLongMap
ImmutableCharLongMapFactory. of(char key, long value)
ImmutableCharLongMap
ImmutableCharLongMapFactory. ofAll(CharLongMap map)
ImmutableCharLongMap
ImmutableCharLongMapFactory. with()
Same asImmutableCharLongMapFactory.empty()
.ImmutableCharLongMap
ImmutableCharLongMapFactory. with(char key, long value)
ImmutableCharLongMap
ImmutableCharLongMapFactory. withAll(CharLongMap map)
-
Uses of ImmutableCharLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharLongMap Modifier and Type Method Description ImmutableCharLongMap
ImmutableLongCharMap. flipUniqueValues()
ImmutableCharLongMap
ImmutableCharLongMap. newWithKeyValue(char 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.ImmutableCharLongMap
ImmutableCharLongMap. newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharLongMap
ImmutableCharLongMap. newWithoutKey(char key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableCharLongMap
ImmutableCharLongMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
CharLongMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharLongMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharLongMap Modifier and Type Class Description (package private) class
ImmutableCharLongEmptyMap
ImmutableCharLongEmptyMap is an optimization forImmutableCharLongMap
of size 0.(package private) class
ImmutableCharLongHashMap
ImmutableCharLongHashMap is the non-modifiable equivalent ofCharLongHashMap
.(package private) class
ImmutableCharLongSingletonMap
ImmutableCharLongSingletonMap is an optimization forImmutableCharLongMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharLongMap Modifier and Type Field Description (package private) static ImmutableCharLongMap
ImmutableCharLongEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharLongMap Modifier and Type Method Description ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. empty()
ImmutableCharLongMap
ImmutableLongCharEmptyMap. flipUniqueValues()
ImmutableCharLongMap
ImmutableLongCharHashMap. flipUniqueValues()
ImmutableCharLongMap
ImmutableLongCharSingletonMap. flipUniqueValues()
<T> ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. newWithKeyValue(char key, long value)
ImmutableCharLongMap
ImmutableCharLongHashMap. newWithKeyValue(char key, long value)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. newWithKeyValue(char key, long value)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharLongMap
ImmutableCharLongHashMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. newWithoutKey(char key)
ImmutableCharLongMap
ImmutableCharLongHashMap. newWithoutKey(char key)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. newWithoutKey(char key)
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. of()
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. of(char key, long value)
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. ofAll(CharLongMap map)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongHashMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongHashMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. toImmutable()
ImmutableCharLongMap
ImmutableCharLongHashMap. toImmutable()
ImmutableCharLongMap
ImmutableCharLongSingletonMap. toImmutable()
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. with()
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. with(char key, long value)
ImmutableCharLongMap
ImmutableCharLongMapFactoryImpl. withAll(CharLongMap map)
-
Uses of ImmutableCharLongMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharLongMap Modifier and Type Method Description ImmutableCharLongMap
CharLongHashMap. toImmutable()
ImmutableCharLongMap
SynchronizedCharLongMap. toImmutable()
ImmutableCharLongMap
UnmodifiableCharLongMap. toImmutable()
-