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.
-
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)