Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack
Packages that use ImmutableFloatStack
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 the
ImmutableStack interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ImmutableFloatStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStackFactory.empty()ImmutableFloatStackFactory.of()Same asImmutableFloatStackFactory.empty().ImmutableFloatStackFactory.of(float one) ImmutableFloatStackFactory.of(float... items) ImmutableFloatStackFactory.ofAll(FloatIterable items) ImmutableFloatStackFactory.ofAllReversed(FloatIterable items) ImmutableFloatStackFactory.with()Same asImmutableFloatStackFactory.empty().ImmutableFloatStackFactory.with(float one) ImmutableFloatStackFactory.with(float... items) ImmutableFloatStackFactory.withAll(FloatIterable items) ImmutableFloatStackFactory.withAllReversed(FloatIterable items) -
Uses of ImmutableFloatStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableStack.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStack.pop()ImmutableFloatStack.pop(int count) ImmutableFloatStack.push(float item) ImmutableFloatStack.reject(FloatPredicate predicate) default ImmutableFloatStackImmutableFloatStack.rejectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableFloatStack.select(FloatPredicate predicate) default ImmutableFloatStackImmutableFloatStack.selectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatStack including all elements with corresponding indexes matching the specified predicate.default ImmutableFloatStackImmutableFloatStack.tap(FloatProcedure procedure) FloatStack.toImmutable() -
Uses of ImmutableFloatStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableArrayStack.collectFloat(FloatFunction<? super T> floatFunction) Deprecated.ImmutableEmptyStack.collectFloat(FloatFunction<? super T> floatFunction) ImmutableNotEmptyStack.collectFloat(FloatFunction<? super T> function) -
Uses of ImmutableFloatStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableFloatStackModifier 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 ImmutableFloatStackModifier and TypeFieldDescription(package private) static final ImmutableFloatStackImmutableFloatEmptyStack.INSTANCEMethods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionImmutableFloatStackFactoryImpl.empty()ImmutableFloatStackFactoryImpl.of()ImmutableFloatStackFactoryImpl.of(float one) ImmutableFloatStackFactoryImpl.of(float... items) ImmutableFloatStackFactoryImpl.ofAll(FloatIterable items) ImmutableFloatStackFactoryImpl.ofAllReversed(FloatIterable items) ImmutableFloatArrayStack.pop()ImmutableFloatArrayStack.pop(int count) ImmutableFloatEmptyStack.pop()ImmutableFloatEmptyStack.pop(int count) ImmutableFloatSingletonStack.pop()ImmutableFloatSingletonStack.pop(int count) ImmutableFloatArrayStack.push(float item) ImmutableFloatEmptyStack.push(float element) ImmutableFloatSingletonStack.push(float element) ImmutableFloatArrayStack.reject(FloatPredicate predicate) ImmutableFloatEmptyStack.reject(FloatPredicate predicate) ImmutableFloatSingletonStack.reject(FloatPredicate predicate) ImmutableFloatArrayStack.select(FloatPredicate predicate) ImmutableFloatEmptyStack.select(FloatPredicate predicate) ImmutableFloatSingletonStack.select(FloatPredicate predicate) ImmutableFloatArrayStack.toImmutable()ImmutableFloatEmptyStack.toImmutable()ImmutableFloatSingletonStack.toImmutable()ImmutableFloatStackFactoryImpl.with()ImmutableFloatStackFactoryImpl.with(float one) ImmutableFloatStackFactoryImpl.with(float... items) ImmutableFloatStackFactoryImpl.withAll(FloatIterable items) ImmutableFloatStackFactoryImpl.withAllReversed(FloatIterable items) -
Uses of ImmutableFloatStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableFloatStackModifier and TypeMethodDescriptionFloatArrayStack.toImmutable()SynchronizedFloatStack.toImmutable()UnmodifiableFloatStack.toImmutable()