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
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
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 ImmutableFloatBagImmutableFloatBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableFloatBagImmutableFloatBag.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)