Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack
Packages that use ImmutableFloatStack
Package
Description
This package contains factory API for creating primitive stack instances.
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
-
Uses of ImmutableFloatStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStackFactory.empty()ImmutableFloatStackFactory.of()Same asImmutableFloatStackFactory.empty().ImmutableFloatStackFactory.of(float one) ImmutableFloatStackFactory.of(float... items) ImmutableFloatStackFactory.ofAll(FloatIterable items) ImmutableFloatStackFactory.ofAllReversed(FloatIterable items) ImmutableFloatStackFactory.with()Same asImmutableFloatStackFactory.empty().ImmutableFloatStackFactory.with(float one) ImmutableFloatStackFactory.with(float... items) ImmutableFloatStackFactory.withAll(FloatIterable items) ImmutableFloatStackFactory.withAllReversed(FloatIterable items) -
Uses of ImmutableFloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableStack.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStack.pop()ImmutableFloatStack.pop(int count) ImmutableFloatStack.push(float item) ImmutableFloatStack.reject(FloatPredicate predicate) default ImmutableFloatStackImmutableFloatStack.rejectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableFloatStack.select(FloatPredicate predicate) default ImmutableFloatStackImmutableFloatStack.selectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatStack including all elements with corresponding indexes matching the specified predicate.default ImmutableFloatStackImmutableFloatStack.tap(FloatProcedure procedure) FloatStack.toImmutable()