Uses of Interface
org.eclipse.collections.api.ordered.primitive.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.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)ReversibleDoubleIterableReversibleDoubleIterable. select(DoublePredicate predicate)ReversibleDoubleIterableReversibleDoubleIterable. toReversed() -
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 toFastList, and is memory-optimized for double primitives.classSynchronizedDoubleListA synchronized view of aMutableDoubleList.classUnmodifiableDoubleListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.