Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable
-
Packages that use OrderedDoubleIterable 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.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of OrderedDoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedDoubleIterable 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 OrderedDoubleIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedDoubleIterable Modifier and Type Method Description OrderedDoubleIterableOrderedIterable. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of OrderedDoubleIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedDoubleIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceReversibleDoubleIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedDoubleIterable Modifier and Type Method Description OrderedDoubleIterableOrderedDoubleIterable. reject(DoublePredicate predicate)default OrderedDoubleIterableOrderedDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate)Returns a new OrderedDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedDoubleIterableOrderedDoubleIterable. select(DoublePredicate predicate)default OrderedDoubleIterableOrderedDoubleIterable. selectWithIndex(DoubleIntPredicate predicate)Returns a new OrderedDoubleIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of OrderedDoubleIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedDoubleIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceDoubleStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableDoubleStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableDoubleStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-