Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable
-
Packages that use ReversibleDoubleIterable 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 -
-
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceDoubleListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableDoubleListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableDoubleListThis 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 ReversibleDoubleIterable Modifier and Type Method Description ReversibleDoubleIterableReversibleIterable. 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 ReversibleDoubleIterable Modifier and Type Method Description ReversibleDoubleIterableReversibleDoubleIterable. distinct()ReversibleDoubleIterableReversibleDoubleIterable. reject(DoublePredicate predicate)default ReversibleDoubleIterableReversibleDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate)Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterableReversibleDoubleIterable. select(DoublePredicate predicate)default ReversibleDoubleIterableReversibleDoubleIterable. selectWithIndex(DoubleIntPredicate predicate)Returns a new ReversibleDoubleIterable including all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterableReversibleDoubleIterable. toReversed()
-