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.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
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.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() -
Uses of ReversibleDoubleIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleDoubleIterableModifier and TypeClassDescription(package private) final classImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList.(package private) final classImmutableDoubleEmptyList is an optimization forImmutableDoubleListof size 0.(package private) final classImmutableDoubleSingletonList is an optimization forImmutableDoubleListof size 1. -
Uses of ReversibleDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleDoubleIterableModifier and TypeClassDescriptionclassDoubleArrayList is similar to FastList, and is memory-optimized for double primitives.classA synchronized view of aMutableDoubleList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.