Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableLongStack
-
Packages that use MutableLongStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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. -
-
Uses of MutableLongStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableLongStackFactory. empty()MutableLongStackMutableLongStackFactory. of()Same asMutableLongStackFactory.empty().MutableLongStackMutableLongStackFactory. of(long... items)Same asMutableLongStackFactory.with(long[]).MutableLongStackMutableLongStackFactory. ofAll(Iterable<Long> iterable)MutableLongStackMutableLongStackFactory. ofAll(LongStream items)MutableLongStackMutableLongStackFactory. ofAll(LongIterable items)MutableLongStackMutableLongStackFactory. ofAllReversed(LongIterable items)MutableLongStackMutableLongStackFactory. with()Same asMutableLongStackFactory.empty().MutableLongStackMutableLongStackFactory. with(long... items)MutableLongStackMutableLongStackFactory. withAll(Iterable<Long> iterable)MutableLongStackMutableLongStackFactory. withAll(LongStream items)MutableLongStackMutableLongStackFactory. withAll(LongIterable items)MutableLongStackMutableLongStackFactory. withAllReversed(LongIterable items) -
Uses of MutableLongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableStack. collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableLongStack Modifier and Type Method Description MutableLongStackMutableLongStack. asSynchronized()MutableLongStackMutableLongStack. asUnmodifiable()default MutableLongStackMutableLongStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableLongStackMutableLongStack. reject(LongPredicate predicate)default MutableLongStackMutableLongStack. rejectWithIndex(LongIntPredicate predicate)Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.MutableLongStackMutableLongStack. 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)
-