Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable
Package
Description
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive
Modifier 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 ReversibleDoubleIterable in org.eclipse.collections.api.ordered
Modifier and TypeMethodDescriptionReversibleIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of ReversibleDoubleIterable in org.eclipse.collections.api.ordered.primitive
Modifier and TypeMethodDescriptionReversibleDoubleIterable.distinct()
ReversibleDoubleIterable.reject
(DoublePredicate predicate) default ReversibleDoubleIterable
ReversibleDoubleIterable.rejectWithIndex
(DoubleIntPredicate predicate) Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterable.select
(DoublePredicate predicate) default ReversibleDoubleIterable
ReversibleDoubleIterable.selectWithIndex
(DoubleIntPredicate predicate) Returns a new ReversibleDoubleIterable including all elements with corresponding indexes matching the specified predicate.ReversibleDoubleIterable.toReversed()
-
Uses of ReversibleDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeClassDescriptionclass
DoubleArrayList is similar to FastList, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.