Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableFloatStack
Packages that use MutableFloatStack
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
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableFloatStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableFloatStackModifier and TypeMethodDescriptionMutableFloatStackFactory.empty()
MutableFloatStackFactory.of()
Same asMutableFloatStackFactory.empty()
.MutableFloatStackFactory.of
(float... items) MutableFloatStackFactory.ofAll
(FloatIterable items) MutableFloatStackFactory.ofAllReversed
(FloatIterable items) MutableFloatStackFactory.with()
Same asMutableFloatStackFactory.empty()
.MutableFloatStackFactory.with
(float... items) MutableFloatStackFactory.withAll
(FloatIterable items) MutableFloatStackFactory.withAllReversed
(FloatIterable items) -
Uses of MutableFloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableFloatStackModifier and TypeMethodDescriptionMutableStack.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableFloatStackModifier and TypeMethodDescriptionMutableFloatStack.asSynchronized()
MutableFloatStack.asUnmodifiable()
default MutableFloatStack
MutableFloatStack.newEmpty()
Creates a new empty mutable version of the same stack type.MutableFloatStack.reject
(FloatPredicate predicate) default MutableFloatStack
MutableFloatStack.rejectWithIndex
(FloatIntPredicate predicate) Returns a new MutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.MutableFloatStack.select
(FloatPredicate predicate) default MutableFloatStack
MutableFloatStack.selectWithIndex
(FloatIntPredicate predicate) Returns a new MutableFloatStack including all elements with corresponding indexes matching the specified predicate.default MutableFloatStack
MutableFloatStack.tap
(FloatProcedure procedure) -
Uses of MutableFloatStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableFloatStackModifier and TypeMethodDescriptionArrayStack.collectFloat
(FloatFunction<? super T> floatFunction) SynchronizedStack.collectFloat
(FloatFunction<? super T> floatFunction) UnmodifiableStack.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableFloatStackModifier and TypeClassDescriptionclass
FloatArrayStack is similar toArrayStack
, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableFloatStackModifier and TypeMethodDescriptionFloatArrayStack.asSynchronized()
SynchronizedFloatStack.asSynchronized()
UnmodifiableFloatStack.asSynchronized()
FloatArrayStack.asUnmodifiable()
SynchronizedFloatStack.asUnmodifiable()
UnmodifiableFloatStack.asUnmodifiable()
MutableFloatStackFactoryImpl.empty()
SynchronizedFloatStack.newEmpty()
UnmodifiableFloatStack.newEmpty()
MutableFloatStackFactoryImpl.of()
MutableFloatStackFactoryImpl.of
(float... items) MutableFloatStackFactoryImpl.ofAll
(FloatIterable items) MutableFloatStackFactoryImpl.ofAllReversed
(FloatIterable items) FloatArrayStack.reject
(FloatPredicate predicate) SynchronizedFloatStack.reject
(FloatPredicate predicate) UnmodifiableFloatStack.reject
(FloatPredicate predicate) SynchronizedFloatStack.rejectWithIndex
(FloatIntPredicate predicate) Returns a new MutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.FloatArrayStack.select
(FloatPredicate predicate) SynchronizedFloatStack.select
(FloatPredicate predicate) UnmodifiableFloatStack.select
(FloatPredicate predicate) SynchronizedFloatStack.selectWithIndex
(FloatIntPredicate predicate) Returns a new MutableFloatStack including all elements with corresponding indexes matching the specified predicate.MutableFloatStackFactoryImpl.with()
MutableFloatStackFactoryImpl.with
(float... items) MutableFloatStackFactoryImpl.withAll
(FloatIterable items) MutableFloatStackFactoryImpl.withAllReversed
(FloatIterable items) Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableFloatStack