Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableLongStack
-
Packages that use ImmutableLongStack 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 ImmutableLongStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableLongStack Modifier and Type Method Description ImmutableLongStackImmutableLongStackFactory. empty()ImmutableLongStackImmutableLongStackFactory. of()Same asImmutableLongStackFactory.empty().ImmutableLongStackImmutableLongStackFactory. of(long one)Same asImmutableLongStackFactory.with(long).ImmutableLongStackImmutableLongStackFactory. of(long... items)ImmutableLongStackImmutableLongStackFactory. ofAll(Iterable<Long> iterable)ImmutableLongStackImmutableLongStackFactory. ofAll(LongStream items)ImmutableLongStackImmutableLongStackFactory. ofAll(LongIterable items)ImmutableLongStackImmutableLongStackFactory. ofAllReversed(LongIterable items)ImmutableLongStackImmutableLongStackFactory. with()Same asImmutableLongStackFactory.empty().ImmutableLongStackImmutableLongStackFactory. with(long one)ImmutableLongStackImmutableLongStackFactory. with(long... items)ImmutableLongStackImmutableLongStackFactory. withAll(Iterable<Long> iterable)ImmutableLongStackImmutableLongStackFactory. withAll(LongStream items)ImmutableLongStackImmutableLongStackFactory. withAll(LongIterable items)ImmutableLongStackImmutableLongStackFactory. withAllReversed(LongIterable items) -
Uses of ImmutableLongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableLongStack Modifier and Type Method Description ImmutableLongStackImmutableStack. 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 ImmutableLongStack Modifier and Type Method Description ImmutableLongStackImmutableLongStack. pop()ImmutableLongStackImmutableLongStack. pop(int count)ImmutableLongStackImmutableLongStack. push(long item)ImmutableLongStackImmutableLongStack. reject(LongPredicate predicate)default ImmutableLongStackImmutableLongStack. rejectWithIndex(LongIntPredicate predicate)Returns a new ImmutableLongStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableLongStackImmutableLongStack. select(LongPredicate predicate)default ImmutableLongStackImmutableLongStack. selectWithIndex(LongIntPredicate predicate)Returns a new ImmutableLongStack including all elements with corresponding indexes matching the specified predicate.default ImmutableLongStackImmutableLongStack. tap(LongProcedure procedure)ImmutableLongStackLongStack. toImmutable()
-