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.
-
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)