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 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() -
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) classImmutableDoubleArrayListImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList.(package private) classImmutableDoubleEmptyListImmutableDoubleEmptyList is an optimization forImmutableDoubleListof size 0.(package private) classImmutableDoubleSingletonListImmutableDoubleSingletonList 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 ReversibleDoubleIterable Modifier and Type Class Description classDoubleArrayListDoubleArrayList is similar to FastList, and is memory-optimized for double primitives.classSynchronizedDoubleListA synchronized view of aMutableDoubleList.classUnmodifiableDoubleListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.
-