Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableShortFloatMap
Packages that use ImmutableShortFloatMap
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 ImmutableShortFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableShortFloatMapModifier and TypeMethodDescriptionImmutableShortFloatMapFactory.empty()ImmutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortFloatMapFactory.of()ImmutableShortFloatMapFactory.of(short key, float value) ImmutableShortFloatMapFactory.ofAll(ShortFloatMap map) ImmutableShortFloatMapFactory.with()ImmutableShortFloatMapFactory.with(short key, float value) ImmutableShortFloatMapFactory.withAll(ShortFloatMap map) -
Uses of ImmutableShortFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortFloatMapModifier and TypeMethodDescriptionImmutableFloatShortMap.flipUniqueValues()ImmutableShortFloatMap.newWithKeyValue(short 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.ImmutableShortFloatMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortFloatMap.newWithoutKey(short key) Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableShortFloatMap.reject(ShortFloatPredicate predicate) ImmutableShortFloatMap.select(ShortFloatPredicate predicate) ShortFloatMap.toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableShortFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableShortFloatMapModifier and TypeClassDescription(package private) final classImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMapof size 0.(package private) final classImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap.(package private) final classImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableShortFloatMapModifier and TypeFieldDescription(package private) static final ImmutableShortFloatMapImmutableShortFloatEmptyMap.INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableShortFloatMapModifier and TypeMethodDescriptionImmutableShortFloatMapFactoryImpl.empty()ImmutableFloatShortEmptyMap.flipUniqueValues()ImmutableFloatShortHashMap.flipUniqueValues()ImmutableFloatShortSingletonMap.flipUniqueValues()ImmutableShortFloatMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableShortFloatEmptyMap.newWithKeyValue(short key, float value) ImmutableShortFloatHashMap.newWithKeyValue(short key, float value) ImmutableShortFloatSingletonMap.newWithKeyValue(short key, float value) ImmutableShortFloatEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatEmptyMap.newWithoutKey(short key) ImmutableShortFloatHashMap.newWithoutKey(short key) ImmutableShortFloatSingletonMap.newWithoutKey(short key) ImmutableShortFloatMapFactoryImpl.of()ImmutableShortFloatMapFactoryImpl.of(short key, float value) ImmutableShortFloatMapFactoryImpl.ofAll(ShortFloatMap map) ImmutableShortFloatEmptyMap.reject(ShortFloatPredicate predicate) ImmutableShortFloatHashMap.reject(ShortFloatPredicate predicate) ImmutableShortFloatSingletonMap.reject(ShortFloatPredicate predicate) ImmutableShortFloatEmptyMap.select(ShortFloatPredicate predicate) ImmutableShortFloatHashMap.select(ShortFloatPredicate predicate) ImmutableShortFloatSingletonMap.select(ShortFloatPredicate predicate) ImmutableShortFloatEmptyMap.toImmutable()ImmutableShortFloatHashMap.toImmutable()ImmutableShortFloatSingletonMap.toImmutable()ImmutableShortFloatMapFactoryImpl.with()ImmutableShortFloatMapFactoryImpl.with(short key, float value) ImmutableShortFloatMapFactoryImpl.withAll(ShortFloatMap map) -
Uses of ImmutableShortFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortFloatMapModifier and TypeMethodDescriptionShortFloatHashMap.toImmutable()SynchronizedShortFloatMap.toImmutable()UnmodifiableShortFloatMap.toImmutable()