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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
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.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableFloatStackModifier and TypeMethodDescriptiondefault MutableFloatStackOrderedFloatIterable.toStack()Converts the collection to a FloatStack. -
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 MutableFloatStackMutableFloatStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableFloatStack.reject(FloatPredicate predicate) default MutableFloatStackMutableFloatStack.rejectWithIndex(FloatIntPredicate predicate) Returns a new MutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.MutableFloatStack.select(FloatPredicate predicate) default MutableFloatStackMutableFloatStack.selectWithIndex(FloatIntPredicate predicate) Returns a new MutableFloatStack including all elements with corresponding indexes matching the specified predicate.default MutableFloatStackMutableFloatStack.tap(FloatProcedure procedure) -
Uses of MutableFloatStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableFloatStack -
Uses of MutableFloatStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableFloatStack -
Uses of MutableFloatStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableFloatStack -
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 TypeClassDescriptionclassFloatArrayStack is similar toArrayStack, and is memory-optimized for float primitives.classA synchronized view of aMutableFloatStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableFloatStackModifier and TypeFieldDescriptionprivate final MutableFloatStackSynchronizedFloatStack.stackprivate final MutableFloatStackUnmodifiableFloatStack.stackMethods 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.FloatArrayStack.toStack()SynchronizedFloatStack.toStack()UnmodifiableFloatStack.toStack()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