Uses of Interface
org.eclipse.collections.api.stack.primitive.FloatStack
Packages that use FloatStack
Package
Description
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of FloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return FloatStackModifier and TypeMethodDescriptionStackIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of FloatStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return FloatStackModifier and TypeMethodDescriptionFloatStack.reject(FloatPredicate predicate) default FloatStackFloatStack.rejectWithIndex(FloatIntPredicate predicate) Returns a new FloatStack excluding all elements with corresponding indexes matching the specified predicate.FloatStack.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) -
Uses of FloatStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement FloatStackModifier and TypeClassDescription(package private) final classImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack.(package private) final classImmutableFloatEmptyStack is an optimization forImmutableFloatStackof size 0.(package private) final classImmutableFloatSingletonStack is an optimization forImmutableFloatStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as FloatStackModifier and TypeFieldDescriptionprivate FloatStackImmutableFloatArrayStack.ImmutableFloatStackSerializationProxy.stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type FloatStack -
Uses of FloatStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement FloatStackModifier 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. -
Uses of FloatStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement FloatStackModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.