Uses of Interface
org.eclipse.collections.api.stack.primitive.FloatStack
-
Packages that use FloatStack Package Description 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 FloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return FloatStack Modifier and Type Method Description FloatStackStackIterable. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of FloatStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableFloatStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableFloatStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return FloatStack Modifier and Type Method Description FloatStackFloatStack. reject(FloatPredicate predicate)default FloatStackFloatStack. rejectWithIndex(FloatIntPredicate predicate)Returns a new FloatStack excluding all elements with corresponding indexes matching the specified predicate.FloatStackFloatStack. select(FloatPredicate predicate)default FloatStackFloatStack. selectWithIndex(FloatIntPredicate predicate)Returns a new FloatStack including all elements with corresponding indexes matching the specified predicate.default FloatStackFloatStack. tap(FloatProcedure procedure)
-