Uses of Interface
org.eclipse.collections.api.ordered.primitive.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.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 interfaceFloatListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableFloatListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableFloatListThis 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 ReversibleFloatIterableReversibleIterable. 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 ReversibleFloatIterableReversibleFloatIterable. distinct()ReversibleFloatIterableReversibleFloatIterable. reject(FloatPredicate predicate)ReversibleFloatIterableReversibleFloatIterable. select(FloatPredicate predicate)ReversibleFloatIterableReversibleFloatIterable. toReversed() -
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 classFloatArrayListFloatArrayList is similar toFastList, and is memory-optimized for float primitives.classSynchronizedFloatListA synchronized view of aMutableFloatList.classUnmodifiableFloatListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.