Uses of Interface
org.eclipse.collections.api.stack.primitive.LongStack
Packages that use LongStack
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 LongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return LongStackModifier and TypeMethodDescriptionStackIterable.collectLong(LongFunction<? super T> longFunction) -
Uses of LongStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of LongStack 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 LongStackModifier and TypeMethodDescriptionLongStack.reject(LongPredicate predicate) default LongStackLongStack.rejectWithIndex(LongIntPredicate predicate) Returns a new LongStack excluding all elements with corresponding indexes matching the specified predicate.LongStack.select(LongPredicate predicate) default LongStackLongStack.selectWithIndex(LongIntPredicate predicate) Returns a new LongStack including all elements with corresponding indexes matching the specified predicate.default LongStackLongStack.tap(LongProcedure procedure) -
Uses of LongStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement LongStackModifier and TypeClassDescription(package private) final classImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack.(package private) final classImmutableLongEmptyStack is an optimization forImmutableLongStackof size 0.(package private) final classImmutableLongSingletonStack is an optimization forImmutableLongStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as LongStackModifier and TypeFieldDescriptionprivate LongStackImmutableLongArrayStack.ImmutableLongStackSerializationProxy.stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongStack -
Uses of LongStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement LongStackModifier and TypeClassDescriptionclassLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.classA synchronized view of aMutableLongStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of LongStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement LongStackModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.