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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
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.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableLongStackModifier and TypeMethodDescriptiondefault MutableLongStackOrderedLongIterable.toStack()Converts the collection to a LongStack. -
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 MutableLongStackMutableLongStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableLongStack.reject(LongPredicate predicate) default MutableLongStackMutableLongStack.rejectWithIndex(LongIntPredicate predicate) Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.MutableLongStack.select(LongPredicate predicate) default MutableLongStackMutableLongStack.selectWithIndex(LongIntPredicate predicate) Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.default MutableLongStackMutableLongStack.tap(LongProcedure procedure) -
Uses of MutableLongStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableLongStack -
Uses of MutableLongStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableLongStack -
Uses of MutableLongStack in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableLongStack -
Uses of MutableLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableLongStack -
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 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.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableLongStackModifier and TypeFieldDescriptionprivate final MutableLongStackSynchronizedLongStack.stackprivate final MutableLongStackUnmodifiableLongStack.stackMethods 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.LongArrayStack.toStack()SynchronizedLongStack.toStack()UnmodifiableLongStack.toStack()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 MutableLongStackPrimitiveStreams.mLongStack(LongStream stream)