Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharFloatMap
-
Packages that use ImmutableCharFloatMap 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 ImmutableCharFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
ImmutableCharFloatMapFactory. empty()
<T> ImmutableCharFloatMap
ImmutableCharFloatMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
Creates anImmutableCharFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharFloatMap
ImmutableCharFloatMapFactory. of()
Same asImmutableCharFloatMapFactory.empty()
.ImmutableCharFloatMap
ImmutableCharFloatMapFactory. of(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatMapFactory. ofAll(CharFloatMap map)
ImmutableCharFloatMap
ImmutableCharFloatMapFactory. with()
Same asImmutableCharFloatMapFactory.empty()
.ImmutableCharFloatMap
ImmutableCharFloatMapFactory. with(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatMapFactory. withAll(CharFloatMap map)
-
Uses of ImmutableCharFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
ImmutableFloatCharMap. flipUniqueValues()
ImmutableCharFloatMap
ImmutableCharFloatMap. newWithKeyValue(char key, float 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.ImmutableCharFloatMap
ImmutableCharFloatMap. 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.ImmutableCharFloatMap
ImmutableCharFloatMap. 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.ImmutableCharFloatMap
ImmutableCharFloatMap. reject(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatMap. select(CharFloatPredicate predicate)
ImmutableCharFloatMap
CharFloatMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharFloatMap Modifier and Type Class Description (package private) class
ImmutableCharFloatEmptyMap
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) class
ImmutableCharFloatHashMap
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) class
ImmutableCharFloatSingletonMap
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharFloatMap Modifier and Type Field Description (package private) static ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. empty()
ImmutableCharFloatMap
ImmutableFloatCharEmptyMap. flipUniqueValues()
ImmutableCharFloatMap
ImmutableFloatCharHashMap. flipUniqueValues()
ImmutableCharFloatMap
ImmutableFloatCharSingletonMap. flipUniqueValues()
<T> ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. newWithKeyValue(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatHashMap. newWithKeyValue(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. newWithKeyValue(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharFloatMap
ImmutableCharFloatHashMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. newWithoutKey(char key)
ImmutableCharFloatMap
ImmutableCharFloatHashMap. newWithoutKey(char key)
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. newWithoutKey(char key)
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. of()
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. of(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. ofAll(CharFloatMap map)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. reject(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatHashMap. reject(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. reject(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. select(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatHashMap. select(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. select(CharFloatPredicate predicate)
ImmutableCharFloatMap
ImmutableCharFloatEmptyMap. toImmutable()
ImmutableCharFloatMap
ImmutableCharFloatHashMap. toImmutable()
ImmutableCharFloatMap
ImmutableCharFloatSingletonMap. toImmutable()
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. with()
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. with(char key, float value)
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. withAll(CharFloatMap map)
-
Uses of ImmutableCharFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
CharFloatHashMap. toImmutable()
ImmutableCharFloatMap
SynchronizedCharFloatMap. toImmutable()
ImmutableCharFloatMap
UnmodifiableCharFloatMap. toImmutable()
-