Uses of Interface
org.eclipse.collections.api.stack.primitive.DoubleStack
-
Packages that use DoubleStack Package Description org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
Uses of DoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return DoubleStack Modifier and Type Method Description DoubleStackStackIterable. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of DoubleStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of DoubleStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableDoubleStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableDoubleStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return DoubleStack Modifier and Type Method Description DoubleStackDoubleStack. reject(DoublePredicate predicate)default DoubleStackDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.DoubleStackDoubleStack. select(DoublePredicate predicate)default DoubleStackDoubleStack. selectWithIndex(DoubleIntPredicate predicate)Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.default DoubleStackDoubleStack. tap(DoubleProcedure procedure) -
Uses of DoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement DoubleStack Modifier and Type Class Description (package private) classImmutableDoubleArrayStackImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack.(package private) classImmutableDoubleEmptyStackImmutableDoubleEmptyStack is an optimization forImmutableDoubleStackof size 0.(package private) classImmutableDoubleSingletonStackImmutableDoubleSingletonStack is an optimization forImmutableDoubleStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as DoubleStack Modifier and Type Field Description private DoubleStackImmutableDoubleArrayStack.ImmutableDoubleStackSerializationProxy. stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleStack Constructor Description ImmutableDoubleStackSerializationProxy(DoubleStack stack) -
Uses of DoubleStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement DoubleStack Modifier and Type Class Description classDoubleArrayStackDoubleArrayStack is similar toArrayStack, and is memory-optimized for double primitives.classSynchronizedDoubleStackA synchronized view of aMutableDoubleStack.classUnmodifiableDoubleStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of DoubleStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement DoubleStack Modifier and Type Class Description classAbstractDoubleStackThis file was automatically generated from template file abstractPrimitiveStack.stg.
-