Uses of Interface
org.eclipse.collections.api.map.primitive.ByteFloatMap
Packages that use ByteFloatMap
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 ByteFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ByteFloatMapModifier and TypeMethodDescriptionImmutableByteFloatMapFactory.ofAll
(ByteFloatMap map) MutableByteFloatMapFactory.ofAll
(ByteFloatMap map) ImmutableByteFloatMapFactory.withAll
(ByteFloatMap map) MutableByteFloatMapFactory.withAll
(ByteFloatMap map) -
Uses of ByteFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ByteFloatMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ByteFloatMapModifier and TypeMethodDescriptionFloatByteMap.flipUniqueValues()
Return the ByteFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.ByteFloatMap.reject
(ByteFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ByteFloatMap.select
(ByteFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteFloatMapModifier and TypeMethodDescriptionvoid
MutableByteFloatMap.putAll
(ByteFloatMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of ByteFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ByteFloatMapModifier and TypeClassDescription(package private) final class
ImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMap
of size 0.(package private) final class
ImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap
.(package private) final class
ImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ByteFloatMapModifier and TypeFieldDescriptionprivate ByteFloatMap
ImmutableByteFloatHashMap.ImmutableByteFloatMapSerializationProxy.map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteFloatMapModifier and TypeMethodDescriptionImmutableByteFloatMapFactoryImpl.ofAll
(ByteFloatMap map) ImmutableByteFloatMapFactoryImpl.withAll
(ByteFloatMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteFloatMapModifierConstructorDescription(package private)
ImmutableByteFloatHashMap
(ByteFloatMap delegate) protected
-
Uses of ByteFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ByteFloatMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableByteFloatMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteFloatMapModifier and TypeMethodDescriptionMutableByteFloatMapFactoryImpl.ofAll
(ByteFloatMap map) void
ByteFloatHashMap.putAll
(ByteFloatMap map) void
SynchronizedByteFloatMap.putAll
(ByteFloatMap map) void
UnmodifiableByteFloatMap.putAll
(ByteFloatMap map) MutableByteFloatMapFactoryImpl.withAll
(ByteFloatMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteFloatMap