Uses of Interface
org.eclipse.collections.api.stack.primitive.LongStack
| 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.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive |
-
Uses of LongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return LongStack Modifier and Type Method Description LongStackStackIterable. collectLong(LongFunction<? super T> longFunction) -
Uses of LongStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of LongStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableLongStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableLongStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return LongStack Modifier and Type Method Description LongStackLongStack. reject(LongPredicate predicate)LongStackLongStack. select(LongPredicate predicate)default LongStackLongStack. tap(LongProcedure procedure) -
Uses of LongStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement LongStack Modifier and Type Class Description classLongArrayStackLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.classSynchronizedLongStackA synchronized view of aMutableLongStack.classUnmodifiableLongStackThis 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 LongStack Modifier and Type Class Description classAbstractLongStackThis file was automatically generated from template file abstractPrimitiveStack.stg.