Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableFloatBag
Packages that use ImmutableFloatBag
Package
Description
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
Map
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
ImmutableBag
interface.This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ImmutableFloatBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableBag.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableFloatBag.newWith
(float element) ImmutableFloatBag.newWithAll
(FloatIterable elements) ImmutableFloatBag.newWithout
(float element) ImmutableFloatBag.newWithoutAll
(FloatIterable elements) ImmutableFloatBag.reject
(FloatPredicate predicate) ImmutableFloatBag.select
(FloatPredicate predicate) ImmutableFloatBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableFloatBag
ImmutableFloatBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default ImmutableFloatBag
ImmutableFloatBag.tap
(FloatProcedure procedure) FloatBag.toImmutable()
Returns an immutable copy of this bag.MutableFloatBag.toImmutable()
Returns an immutable copy of this bag. -
Uses of ImmutableFloatBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableFloatBagFactory.empty()
ImmutableFloatBagFactory.of()
Same asImmutableFloatBagFactory.empty()
.ImmutableFloatBagFactory.of
(float one) Same asImmutableFloatBagFactory.with(float)
.ImmutableFloatBagFactory.of
(float... items) ImmutableFloatBagFactory.ofAll
(FloatIterable items) ImmutableFloatBagFactory.with()
Same asImmutableFloatBagFactory.empty()
.ImmutableFloatBagFactory.with
(float one) ImmutableFloatBagFactory.with
(float... items) ImmutableFloatBagFactory.withAll
(FloatIterable items) -
Uses of ImmutableFloatBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableByteFloatMap.reject
(FloatPredicate predicate) ImmutableCharFloatMap.reject
(FloatPredicate predicate) ImmutableDoubleFloatMap.reject
(FloatPredicate predicate) ImmutableFloatFloatMap.reject
(FloatPredicate predicate) ImmutableIntFloatMap.reject
(FloatPredicate predicate) ImmutableLongFloatMap.reject
(FloatPredicate predicate) ImmutableShortFloatMap.reject
(FloatPredicate predicate) ImmutableByteFloatMap.select
(FloatPredicate predicate) ImmutableCharFloatMap.select
(FloatPredicate predicate) ImmutableDoubleFloatMap.select
(FloatPredicate predicate) ImmutableFloatFloatMap.select
(FloatPredicate predicate) ImmutableIntFloatMap.select
(FloatPredicate predicate) ImmutableLongFloatMap.select
(FloatPredicate predicate) ImmutableShortFloatMap.select
(FloatPredicate predicate) -
Uses of ImmutableFloatBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableFloatBagModifier and TypeMethodDescriptionAbstractImmutableBag.collectFloat
(FloatFunction<? super T> floatFunction) ImmutableEmptyBag.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableFloatBagModifier and TypeClassDescription(package private) final class
ImmutableFloatEmptyBag is an optimization forImmutableFloatBag
of size 0.(package private) final class
ImmutableFloatHashBag is the non-modifiable equivalent ofFloatHashBag
.(package private) final class
ImmutableFloatSingletonBag is an optimization forImmutableFloatBag
of size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableFloatBagModifier and TypeFieldDescription(package private) static final ImmutableFloatBag
ImmutableFloatEmptyBag.INSTANCE
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableFloatBagFactoryImpl.empty()
ImmutableFloatEmptyBag.newWith
(float element) ImmutableFloatHashBag.newWith
(float element) ImmutableFloatSingletonBag.newWith
(float element) ImmutableFloatEmptyBag.newWithAll
(FloatIterable elements) ImmutableFloatHashBag.newWithAll
(FloatIterable elements) ImmutableFloatSingletonBag.newWithAll
(FloatIterable elements) ImmutableFloatEmptyBag.newWithout
(float element) ImmutableFloatHashBag.newWithout
(float element) ImmutableFloatSingletonBag.newWithout
(float element) ImmutableFloatEmptyBag.newWithoutAll
(FloatIterable elements) ImmutableFloatHashBag.newWithoutAll
(FloatIterable elements) ImmutableFloatSingletonBag.newWithoutAll
(FloatIterable elements) ImmutableFloatBagFactoryImpl.of()
ImmutableFloatBagFactoryImpl.of
(float one) ImmutableFloatBagFactoryImpl.of
(float... items) ImmutableFloatBagFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatEmptyBag.reject
(FloatPredicate predicate) ImmutableFloatHashBag.reject
(FloatPredicate predicate) ImmutableFloatSingletonBag.reject
(FloatPredicate predicate) ImmutableFloatEmptyBag.select
(FloatPredicate predicate) ImmutableFloatHashBag.select
(FloatPredicate predicate) ImmutableFloatSingletonBag.select
(FloatPredicate predicate) ImmutableFloatEmptyBag.selectByOccurrences
(IntPredicate predicate) ImmutableFloatHashBag.selectByOccurrences
(IntPredicate predicate) ImmutableFloatSingletonBag.selectByOccurrences
(IntPredicate predicate) ImmutableFloatEmptyBag.toImmutable()
ImmutableFloatHashBag.toImmutable()
ImmutableFloatSingletonBag.toImmutable()
ImmutableFloatBagFactoryImpl.with()
ImmutableFloatBagFactoryImpl.with
(float one) ImmutableFloatBagFactoryImpl.with
(float... items) ImmutableFloatBagFactoryImpl.withAll
(FloatIterable items) -
Uses of ImmutableFloatBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionFloatHashBag.toImmutable()
SynchronizedFloatBag.toImmutable()
UnmodifiableFloatBag.toImmutable()
-
Uses of ImmutableFloatBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableFloatBagModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableFloatBagModifier and TypeMethodDescriptionAbstractImmutableMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableFloatBagModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableByteObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableByteObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableCharObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableCharObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableCharObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableDoubleObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableDoubleObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableDoubleObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableFloatObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableFloatObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableFloatObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableIntObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableIntObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableIntObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableLongObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableLongObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableLongObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableShortObjectEmptyMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableShortObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableShortObjectSingletonMap.collectFloat
(FloatFunction<? super V> floatFunction) ImmutableByteFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableByteFloatHashMap.reject
(FloatPredicate predicate) ImmutableByteFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableCharFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableCharFloatHashMap.reject
(FloatPredicate predicate) ImmutableCharFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableDoubleFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableDoubleFloatHashMap.reject
(FloatPredicate predicate) ImmutableDoubleFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableFloatFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableFloatFloatHashMap.reject
(FloatPredicate predicate) ImmutableFloatFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableIntFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableIntFloatHashMap.reject
(FloatPredicate predicate) ImmutableIntFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableLongFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableLongFloatHashMap.reject
(FloatPredicate predicate) ImmutableLongFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableShortFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableShortFloatHashMap.reject
(FloatPredicate predicate) ImmutableShortFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableByteFloatEmptyMap.select
(FloatPredicate predicate) ImmutableByteFloatHashMap.select
(FloatPredicate predicate) ImmutableByteFloatSingletonMap.select
(FloatPredicate predicate) ImmutableCharFloatEmptyMap.select
(FloatPredicate predicate) ImmutableCharFloatHashMap.select
(FloatPredicate predicate) ImmutableCharFloatSingletonMap.select
(FloatPredicate predicate) ImmutableDoubleFloatEmptyMap.select
(FloatPredicate predicate) ImmutableDoubleFloatHashMap.select
(FloatPredicate predicate) ImmutableDoubleFloatSingletonMap.select
(FloatPredicate predicate) ImmutableFloatFloatEmptyMap.select
(FloatPredicate predicate) ImmutableFloatFloatHashMap.select
(FloatPredicate predicate) ImmutableFloatFloatSingletonMap.select
(FloatPredicate predicate) ImmutableIntFloatEmptyMap.select
(FloatPredicate predicate) ImmutableIntFloatHashMap.select
(FloatPredicate predicate) ImmutableIntFloatSingletonMap.select
(FloatPredicate predicate) ImmutableLongFloatEmptyMap.select
(FloatPredicate predicate) ImmutableLongFloatHashMap.select
(FloatPredicate predicate) ImmutableLongFloatSingletonMap.select
(FloatPredicate predicate) ImmutableShortFloatEmptyMap.select
(FloatPredicate predicate) ImmutableShortFloatHashMap.select
(FloatPredicate predicate) ImmutableShortFloatSingletonMap.select
(FloatPredicate predicate)