Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableLongStack
Packages that use ImmutableLongStack
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 ImmutableLongStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableLongStackModifier and TypeMethodDescriptionImmutableLongStackFactory.empty()
ImmutableLongStackFactory.of()
Same asImmutableLongStackFactory.empty()
.ImmutableLongStackFactory.of
(long one) Same asImmutableLongStackFactory.with(long)
.ImmutableLongStackFactory.of
(long... items) ImmutableLongStackFactory.ofAll
(LongStream items) ImmutableLongStackFactory.ofAll
(LongIterable items) ImmutableLongStackFactory.ofAllReversed
(LongIterable items) ImmutableLongStackFactory.with()
Same asImmutableLongStackFactory.empty()
.ImmutableLongStackFactory.with
(long one) ImmutableLongStackFactory.with
(long... items) ImmutableLongStackFactory.withAll
(LongStream items) ImmutableLongStackFactory.withAll
(LongIterable items) ImmutableLongStackFactory.withAllReversed
(LongIterable items) -
Uses of ImmutableLongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableLongStackModifier and TypeMethodDescriptionImmutableStack.collectLong
(LongFunction<? super T> longFunction) -
Uses of ImmutableLongStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableLongStackModifier and TypeMethodDescriptionImmutableLongStack.pop()
ImmutableLongStack.pop
(int count) ImmutableLongStack.push
(long item) ImmutableLongStack.reject
(LongPredicate predicate) default ImmutableLongStack
ImmutableLongStack.rejectWithIndex
(LongIntPredicate predicate) Returns a new ImmutableLongStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableLongStack.select
(LongPredicate predicate) default ImmutableLongStack
ImmutableLongStack.selectWithIndex
(LongIntPredicate predicate) Returns a new ImmutableLongStack including all elements with corresponding indexes matching the specified predicate.default ImmutableLongStack
ImmutableLongStack.tap
(LongProcedure procedure) LongStack.toImmutable()
-
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableLongStackModifier and TypeMethodDescriptionImmutableArrayStack.collectLong
(LongFunction<? super T> longFunction) Deprecated.ImmutableEmptyStack.collectLong
(LongFunction<? super T> longFunction) ImmutableNotEmptyStack.collectLong
(LongFunction<? super T> function) -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableLongStackModifier and TypeClassDescription(package private) final class
ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.(package private) final class
ImmutableLongEmptyStack is an optimization forImmutableLongStack
of size 0.(package private) final class
ImmutableLongSingletonStack is an optimization forImmutableLongStack
of size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableLongStackModifier and TypeFieldDescription(package private) static final ImmutableLongStack
ImmutableLongEmptyStack.INSTANCE
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableLongStackModifier and TypeMethodDescriptionImmutableLongStackFactoryImpl.empty()
ImmutableLongStackFactoryImpl.of()
ImmutableLongStackFactoryImpl.of
(long one) ImmutableLongStackFactoryImpl.of
(long... items) ImmutableLongStackFactoryImpl.ofAll
(LongStream items) ImmutableLongStackFactoryImpl.ofAll
(LongIterable items) ImmutableLongStackFactoryImpl.ofAllReversed
(LongIterable items) ImmutableLongArrayStack.pop()
ImmutableLongArrayStack.pop
(int count) ImmutableLongEmptyStack.pop()
ImmutableLongEmptyStack.pop
(int count) ImmutableLongSingletonStack.pop()
ImmutableLongSingletonStack.pop
(int count) ImmutableLongArrayStack.push
(long item) ImmutableLongEmptyStack.push
(long element) ImmutableLongSingletonStack.push
(long element) ImmutableLongArrayStack.reject
(LongPredicate predicate) ImmutableLongEmptyStack.reject
(LongPredicate predicate) ImmutableLongSingletonStack.reject
(LongPredicate predicate) ImmutableLongArrayStack.select
(LongPredicate predicate) ImmutableLongEmptyStack.select
(LongPredicate predicate) ImmutableLongSingletonStack.select
(LongPredicate predicate) ImmutableLongArrayStack.toImmutable()
ImmutableLongEmptyStack.toImmutable()
ImmutableLongSingletonStack.toImmutable()
ImmutableLongStackFactoryImpl.with()
ImmutableLongStackFactoryImpl.with
(long one) ImmutableLongStackFactoryImpl.with
(long... items) ImmutableLongStackFactoryImpl.withAll
(LongStream items) ImmutableLongStackFactoryImpl.withAll
(LongIterable items) ImmutableLongStackFactoryImpl.withAllReversed
(LongIterable items) -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableLongStackModifier and TypeMethodDescriptionLongArrayStack.toImmutable()
SynchronizedLongStack.toImmutable()
UnmodifiableLongStack.toImmutable()
-
Uses of ImmutableLongStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableLongStackModifier and TypeMethodDescriptionstatic ImmutableLongStack
PrimitiveStreams.iLongStack
(LongStream stream)