Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable
-
Packages that use ReversibleFloatIterable Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive 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.primitive Modifier and Type Interface Description interface
FloatList
This file was automatically generated from template file primitiveList.stg.interface
ImmutableFloatList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
MutableFloatList
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 ReversibleFloatIterable Modifier and Type Method Description ReversibleFloatIterable
ReversibleIterable. 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 ReversibleFloatIterable Modifier and Type Method Description ReversibleFloatIterable
ReversibleFloatIterable. distinct()
ReversibleFloatIterable
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
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
ReversibleFloatIterable. toReversed()
-
Uses of ReversibleFloatIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleFloatIterable Modifier and Type Class Description (package private) class
ImmutableFloatArrayList
ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList
.(package private) class
ImmutableFloatEmptyList
ImmutableFloatEmptyList is an optimization forImmutableFloatList
of size 0.(package private) class
ImmutableFloatSingletonList
ImmutableFloatSingletonList is an optimization forImmutableFloatList
of size 1. -
Uses of ReversibleFloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleFloatIterable Modifier and Type Class Description class
FloatArrayList
FloatArrayList is similar to FastList, and is memory-optimized for float primitives.class
SynchronizedFloatList
A synchronized view of aMutableFloatList
.class
UnmodifiableFloatList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
-