Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableDoubleStack
-
Packages that use MutableDoubleStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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. -
-
Uses of MutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableDoubleStackFactory. empty()MutableDoubleStackMutableDoubleStackFactory. of()Same asMutableDoubleStackFactory.empty().MutableDoubleStackMutableDoubleStackFactory. of(double... items)MutableDoubleStackMutableDoubleStackFactory. ofAll(Iterable<Double> iterable)MutableDoubleStackMutableDoubleStackFactory. ofAll(DoubleStream items)MutableDoubleStackMutableDoubleStackFactory. ofAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. ofAllReversed(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. with()Same asMutableDoubleStackFactory.empty().MutableDoubleStackMutableDoubleStackFactory. with(double... items)MutableDoubleStackMutableDoubleStackFactory. withAll(Iterable<Double> iterable)MutableDoubleStackMutableDoubleStackFactory. withAll(DoubleStream items)MutableDoubleStackMutableDoubleStackFactory. withAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. withAllReversed(DoubleIterable items) -
Uses of MutableDoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableStack. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableDoubleStack. asSynchronized()MutableDoubleStackMutableDoubleStack. asUnmodifiable()default MutableDoubleStackMutableDoubleStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableDoubleStackMutableDoubleStack. reject(DoublePredicate predicate)default MutableDoubleStackMutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStackMutableDoubleStack. select(DoublePredicate predicate)default MutableDoubleStackMutableDoubleStack. selectWithIndex(DoubleIntPredicate predicate)Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default MutableDoubleStackMutableDoubleStack. tap(DoubleProcedure procedure)
-