Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable
Packages that use ReversibleDoubleIterable
Package
Description
This package contains mutable and immutable primitive list API.
-
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleDoubleIterableModifier and TypeMethodDescriptionReversibleIterable.collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleDoubleIterableModifier and TypeMethodDescriptionReversibleDoubleIterable.distinct()ReversibleDoubleIterable.reject(DoublePredicate predicate) default ReversibleDoubleIterableReversibleDoubleIterable.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterable.select(DoublePredicate predicate) default ReversibleDoubleIterableReversibleDoubleIterable.selectWithIndex(DoubleIntPredicate predicate) Returns a new ReversibleDoubleIterable including all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterable.toReversed()