Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable
Packages that use ReversibleFloatIterable
Package
Description
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ReversibleFloatIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleFloatIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleFloatIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleFloatIterableModifier and TypeMethodDescriptionReversibleIterable.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ReversibleFloatIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleFloatIterableModifier and TypeMethodDescriptionReversibleFloatIterable.distinct()
ReversibleFloatIterable.reject
(FloatPredicate predicate) default ReversibleFloatIterable
ReversibleFloatIterable.rejectWithIndex
(FloatIntPredicate predicate) Returns a new ReversibleFloatIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleFloatIterable.select
(FloatPredicate predicate) default ReversibleFloatIterable
ReversibleFloatIterable.selectWithIndex
(FloatIntPredicate predicate) Returns a new ReversibleFloatIterable including all elements with corresponding indexes matching the specified predicate.ReversibleFloatIterable.toReversed()
-
Uses of ReversibleFloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleFloatIterableModifier and TypeClassDescriptionclass
FloatArrayList is similar to FastList, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.