Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableFloatStack
-
Packages that use MutableFloatStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive 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 MutableFloatStack Modifier and Type Method Description MutableFloatStackMutableFloatStackFactory. empty()MutableFloatStackMutableFloatStackFactory. of()Same asMutableFloatStackFactory.empty().MutableFloatStackMutableFloatStackFactory. of(float... items)MutableFloatStackMutableFloatStackFactory. ofAll(Iterable<Float> iterable)MutableFloatStackMutableFloatStackFactory. ofAll(FloatIterable items)MutableFloatStackMutableFloatStackFactory. ofAllReversed(FloatIterable items)MutableFloatStackMutableFloatStackFactory. with()Same asMutableFloatStackFactory.empty().MutableFloatStackMutableFloatStackFactory. with(float... items)MutableFloatStackMutableFloatStackFactory. withAll(Iterable<Float> iterable)MutableFloatStackMutableFloatStackFactory. withAll(FloatIterable items)MutableFloatStackMutableFloatStackFactory. withAllReversed(FloatIterable items) -
Uses of MutableFloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableFloatStack Modifier and Type Method Description MutableFloatStackMutableStack. 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 MutableFloatStack Modifier and Type Method Description MutableFloatStackMutableFloatStack. asSynchronized()MutableFloatStackMutableFloatStack. asUnmodifiable()default MutableFloatStackMutableFloatStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableFloatStackMutableFloatStack. reject(FloatPredicate predicate)default MutableFloatStackMutableFloatStack. rejectWithIndex(FloatIntPredicate predicate)Returns a new MutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.MutableFloatStackMutableFloatStack. 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)
-