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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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() -
Uses of ImmutableFloatStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStackFactoryImpl.empty()ImmutableFloatStackFactoryImpl.of()ImmutableFloatStackFactoryImpl.of(float one) ImmutableFloatStackFactoryImpl.of(float... items) ImmutableFloatStackFactoryImpl.ofAll(FloatIterable items) ImmutableFloatStackFactoryImpl.ofAllReversed(FloatIterable items) ImmutableFloatStackFactoryImpl.with()ImmutableFloatStackFactoryImpl.with(float one) ImmutableFloatStackFactoryImpl.with(float... items) ImmutableFloatStackFactoryImpl.withAll(FloatIterable items) ImmutableFloatStackFactoryImpl.withAllReversed(FloatIterable items) -
Uses of ImmutableFloatStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionFloatArrayStack.toImmutable()SynchronizedFloatStack.toImmutable()UnmodifiableFloatStack.toImmutable()