Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableFloatCharMap
-
Packages that use ImmutableFloatCharMap 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 ImmutableFloatCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableFloatCharMap Modifier and Type Method Description ImmutableFloatCharMapImmutableFloatCharMapFactory. empty()<T> ImmutableFloatCharMapImmutableFloatCharMapFactory. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatCharMapImmutableFloatCharMapFactory. of()Same asImmutableFloatCharMapFactory.empty().ImmutableFloatCharMapImmutableFloatCharMapFactory. of(float key, char value)ImmutableFloatCharMapImmutableFloatCharMapFactory. ofAll(FloatCharMap map)ImmutableFloatCharMapImmutableFloatCharMapFactory. with()Same asImmutableFloatCharMapFactory.empty().ImmutableFloatCharMapImmutableFloatCharMapFactory. with(float key, char value)ImmutableFloatCharMapImmutableFloatCharMapFactory. withAll(FloatCharMap map) -
Uses of ImmutableFloatCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableFloatCharMap Modifier and Type Method Description ImmutableFloatCharMapImmutableCharFloatMap. flipUniqueValues()ImmutableFloatCharMapImmutableFloatCharMap. newWithKeyValue(float key, char 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.ImmutableFloatCharMapImmutableFloatCharMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatCharMapImmutableFloatCharMap. newWithoutKey(float key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableFloatCharMapImmutableFloatCharMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapFloatCharMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableFloatCharMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableFloatCharMap Modifier and Type Class Description (package private) classImmutableFloatCharEmptyMapImmutableFloatCharEmptyMap is an optimization forImmutableFloatCharMapof size 0.(package private) classImmutableFloatCharHashMapImmutableFloatCharHashMap is the non-modifiable equivalent ofFloatCharHashMap.(package private) classImmutableFloatCharSingletonMapImmutableFloatCharSingletonMap is an optimization forImmutableFloatCharMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableFloatCharMap Modifier and Type Field Description (package private) static ImmutableFloatCharMapImmutableFloatCharEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableFloatCharMap Modifier and Type Method Description ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. empty()ImmutableFloatCharMapImmutableCharFloatEmptyMap. flipUniqueValues()ImmutableFloatCharMapImmutableCharFloatHashMap. flipUniqueValues()ImmutableFloatCharMapImmutableCharFloatSingletonMap. flipUniqueValues()<T> ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)ImmutableFloatCharMapImmutableFloatCharEmptyMap. newWithKeyValue(float key, char value)ImmutableFloatCharMapImmutableFloatCharHashMap. newWithKeyValue(float key, char value)ImmutableFloatCharMapImmutableFloatCharSingletonMap. newWithKeyValue(float key, char value)ImmutableFloatCharMapImmutableFloatCharEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharEmptyMap. newWithoutKey(float key)ImmutableFloatCharMapImmutableFloatCharHashMap. newWithoutKey(float key)ImmutableFloatCharMapImmutableFloatCharSingletonMap. newWithoutKey(float key)ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. of()ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. of(float key, char value)ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. ofAll(FloatCharMap map)ImmutableFloatCharMapImmutableFloatCharEmptyMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharHashMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharSingletonMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharEmptyMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharHashMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharSingletonMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharEmptyMap. toImmutable()ImmutableFloatCharMapImmutableFloatCharHashMap. toImmutable()ImmutableFloatCharMapImmutableFloatCharSingletonMap. toImmutable()ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. with()ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. with(float key, char value)ImmutableFloatCharMapImmutableFloatCharMapFactoryImpl. withAll(FloatCharMap map) -
Uses of ImmutableFloatCharMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableFloatCharMap Modifier and Type Method Description ImmutableFloatCharMapFloatCharHashMap. toImmutable()ImmutableFloatCharMapSynchronizedFloatCharMap. toImmutable()ImmutableFloatCharMapUnmodifiableFloatCharMap. toImmutable()
-