Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack
-
Packages that use ImmutableDoubleStack 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 ImmutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStackFactory. empty()ImmutableDoubleStackImmutableDoubleStackFactory. of()Same asImmutableDoubleStackFactory.empty().ImmutableDoubleStackImmutableDoubleStackFactory. of(double one)ImmutableDoubleStackImmutableDoubleStackFactory. of(double... items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAllReversed(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. with()Same asImmutableDoubleStackFactory.empty().ImmutableDoubleStackImmutableDoubleStackFactory. with(double one)ImmutableDoubleStackImmutableDoubleStackFactory. with(double... items)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. withAllReversed(DoubleIterable items) -
Uses of ImmutableDoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableStack. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStack. pop()ImmutableDoubleStackImmutableDoubleStack. pop(int count)ImmutableDoubleStackImmutableDoubleStack. push(double item)ImmutableDoubleStackImmutableDoubleStack. reject(DoublePredicate predicate)default ImmutableDoubleStackImmutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleStackImmutableDoubleStack. select(DoublePredicate predicate)default ImmutableDoubleStackImmutableDoubleStack. selectWithIndex(DoubleIntPredicate predicate)Returns a new ImmutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStackImmutableDoubleStack. tap(DoubleProcedure procedure)ImmutableDoubleStackDoubleStack. toImmutable()
-