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 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 ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleDoubleIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interface
DoubleList
This file was automatically generated from template file primitiveList.stg.interface
ImmutableDoubleList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
MutableDoubleList
This 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 ReversibleDoubleIterable
ReversibleIterable. 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 ReversibleDoubleIterable
ReversibleDoubleIterable. distinct()
ReversibleDoubleIterable
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
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
ReversibleDoubleIterable. toReversed()
-
Uses of ReversibleDoubleIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleDoubleIterable Modifier and Type Class Description (package private) class
ImmutableDoubleArrayList
ImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList
.(package private) class
ImmutableDoubleEmptyList
ImmutableDoubleEmptyList is an optimization forImmutableDoubleList
of size 0.(package private) class
ImmutableDoubleSingletonList
ImmutableDoubleSingletonList is an optimization forImmutableDoubleList
of size 1. -
Uses of ReversibleDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleDoubleIterable Modifier and Type Class Description class
DoubleArrayList
DoubleArrayList is similar to FastList, and is memory-optimized for double primitives.class
SynchronizedDoubleList
A synchronized view of aMutableDoubleList
.class
UnmodifiableDoubleList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
-