Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableObjectFloatMap
Packages that use ImmutableObjectFloatMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ImmutableObjectFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableObjectFloatMapModifier and TypeMethodDescription<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.empty()<T,K> ImmutableObjectFloatMap <K> ImmutableObjectFloatMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableObjectFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.of()<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.of(K key, float value) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.ofAll(ObjectFloatMap<? extends K> map) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.with()<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.with(K key, float value) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.withAll(ObjectFloatMap<? extends K> map) -
Uses of ImmutableObjectFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableObjectFloatMapModifier and TypeMethodDescriptionImmutableFloatObjectMap.flipUniqueValues()ImmutableObjectFloatMap.newWithKeyValue(K 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.ImmutableObjectFloatMap.newWithoutAllKeys(Iterable<? extends K> keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableObjectFloatMap.newWithoutKey(K key) Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableObjectFloatMap.reject(ObjectFloatPredicate<? super K> predicate) ImmutableObjectFloatMap.select(ObjectFloatPredicate<? super K> predicate) default ImmutableObjectFloatMap<K> ImmutableObjectFloatMap.tap(FloatProcedure procedure) ObjectFloatMap.toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableObjectFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableObjectFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMapof size 0.(package private) final classImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap.(package private) final classImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableObjectFloatMapModifier and TypeFieldDescription(package private) static final ImmutableObjectFloatMap<?> ImmutableObjectFloatEmptyMap.INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableObjectFloatMapModifier and TypeMethodDescription<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.empty()ImmutableFloatObjectEmptyMap.flipUniqueValues()ImmutableFloatObjectHashMap.flipUniqueValues()ImmutableFloatObjectSingletonMap.flipUniqueValues()<T,K> ImmutableObjectFloatMap <K> ImmutableObjectFloatMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) ImmutableObjectFloatEmptyMap.newWithKeyValue(K key, float value) ImmutableObjectFloatHashMap.newWithKeyValue(K key, float value) ImmutableObjectFloatSingletonMap.newWithKeyValue(K key, float value) ImmutableObjectFloatEmptyMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectFloatHashMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectFloatSingletonMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectFloatEmptyMap.newWithoutKey(K key) ImmutableObjectFloatHashMap.newWithoutKey(K key) ImmutableObjectFloatSingletonMap.newWithoutKey(K key) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.of()<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.of(K key, float value) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.ofAll(ObjectFloatMap<? extends K> map) ImmutableObjectFloatEmptyMap.reject(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatHashMap.reject(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatSingletonMap.reject(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatEmptyMap.select(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatHashMap.select(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatSingletonMap.select(ObjectFloatPredicate<? super K> objectFloatPredicate) ImmutableObjectFloatEmptyMap.toImmutable()ImmutableObjectFloatHashMap.toImmutable()ImmutableObjectFloatSingletonMap.toImmutable()<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.with()<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.with(K key, float value) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.withAll(ObjectFloatMap<? extends K> map) -
Uses of ImmutableObjectFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableObjectFloatMapModifier and TypeMethodDescriptionObjectFloatHashMap.toImmutable()ObjectFloatHashMapWithHashingStrategy.toImmutable()SynchronizedObjectFloatMap.toImmutable()UnmodifiableObjectFloatMap.toImmutable()