Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableLongStack
Packages that use MutableLongStack
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
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableLongStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableLongStackModifier and TypeMethodDescriptionMutableLongStackFactory.empty()
MutableLongStackFactory.of()
Same asMutableLongStackFactory.empty()
.MutableLongStackFactory.of
(long... items) Same asMutableLongStackFactory.with(long[])
.MutableLongStackFactory.ofAll
(LongStream items) MutableLongStackFactory.ofAll
(LongIterable items) MutableLongStackFactory.ofAllReversed
(LongIterable items) MutableLongStackFactory.with()
Same asMutableLongStackFactory.empty()
.MutableLongStackFactory.with
(long... items) MutableLongStackFactory.withAll
(LongStream items) MutableLongStackFactory.withAll
(LongIterable items) MutableLongStackFactory.withAllReversed
(LongIterable items) -
Uses of MutableLongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableLongStack -
Uses of MutableLongStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableLongStackModifier and TypeMethodDescriptionMutableLongStack.asSynchronized()
MutableLongStack.asUnmodifiable()
default MutableLongStack
MutableLongStack.newEmpty()
Creates a new empty mutable version of the same stack type.MutableLongStack.reject
(LongPredicate predicate) default MutableLongStack
MutableLongStack.rejectWithIndex
(LongIntPredicate predicate) Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.MutableLongStack.select
(LongPredicate predicate) default MutableLongStack
MutableLongStack.selectWithIndex
(LongIntPredicate predicate) Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.default MutableLongStack
MutableLongStack.tap
(LongProcedure procedure) -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableLongStackModifier and TypeMethodDescriptionArrayStack.collectLong
(LongFunction<? super T> longFunction) SynchronizedStack.collectLong
(LongFunction<? super T> longFunction) UnmodifiableStack.collectLong
(LongFunction<? super T> longFunction) -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableLongStackModifier and TypeClassDescriptionclass
LongArrayStack is similar toArrayStack
, and is memory-optimized for long primitives.class
A synchronized view of aMutableLongStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableLongStackModifier and TypeFieldDescriptionprivate final MutableLongStack
SynchronizedLongStack.stack
private final MutableLongStack
UnmodifiableLongStack.stack
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableLongStackModifier and TypeMethodDescriptionLongArrayStack.asSynchronized()
SynchronizedLongStack.asSynchronized()
UnmodifiableLongStack.asSynchronized()
LongArrayStack.asUnmodifiable()
SynchronizedLongStack.asUnmodifiable()
UnmodifiableLongStack.asUnmodifiable()
MutableLongStackFactoryImpl.empty()
SynchronizedLongStack.newEmpty()
UnmodifiableLongStack.newEmpty()
MutableLongStackFactoryImpl.of()
MutableLongStackFactoryImpl.of
(long... items) MutableLongStackFactoryImpl.ofAll
(LongStream items) MutableLongStackFactoryImpl.ofAll
(LongIterable items) MutableLongStackFactoryImpl.ofAllReversed
(LongIterable items) LongArrayStack.reject
(LongPredicate predicate) SynchronizedLongStack.reject
(LongPredicate predicate) UnmodifiableLongStack.reject
(LongPredicate predicate) SynchronizedLongStack.rejectWithIndex
(LongIntPredicate predicate) Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.LongArrayStack.select
(LongPredicate predicate) SynchronizedLongStack.select
(LongPredicate predicate) UnmodifiableLongStack.select
(LongPredicate predicate) SynchronizedLongStack.selectWithIndex
(LongIntPredicate predicate) Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.MutableLongStackFactoryImpl.with()
MutableLongStackFactoryImpl.with
(long... items) MutableLongStackFactoryImpl.withAll
(LongStream items) MutableLongStackFactoryImpl.withAll
(LongIterable items) MutableLongStackFactoryImpl.withAllReversed
(LongIterable items) Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableLongStack -
Uses of MutableLongStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableLongStackModifier and TypeMethodDescriptionstatic MutableLongStack
PrimitiveStreams.mLongStack
(LongStream stream)