Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableLongStack
| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive | |
| 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.
|
| org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stream |
-
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)ImmutableLongStackImmutableLongStack. select(LongPredicate predicate)default ImmutableLongStackImmutableLongStack. tap(LongProcedure procedure)ImmutableLongStackLongStack. toImmutable() -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableLongStack Modifier and Type Method Description ImmutableLongStackImmutableLongStackFactoryImpl. empty()ImmutableLongStackImmutableLongStackFactoryImpl. of()ImmutableLongStackImmutableLongStackFactoryImpl. of(long one)ImmutableLongStackImmutableLongStackFactoryImpl. of(long... items)ImmutableLongStackImmutableLongStackFactoryImpl. ofAll(Iterable<Long> iterable)ImmutableLongStackImmutableLongStackFactoryImpl. ofAll(LongStream items)ImmutableLongStackImmutableLongStackFactoryImpl. ofAll(LongIterable items)ImmutableLongStackImmutableLongStackFactoryImpl. ofAllReversed(LongIterable items)ImmutableLongStackImmutableLongStackFactoryImpl. with()ImmutableLongStackImmutableLongStackFactoryImpl. with(long one)ImmutableLongStackImmutableLongStackFactoryImpl. with(long... items)ImmutableLongStackImmutableLongStackFactoryImpl. withAll(Iterable<Long> iterable)ImmutableLongStackImmutableLongStackFactoryImpl. withAll(LongStream items)ImmutableLongStackImmutableLongStackFactoryImpl. withAll(LongIterable items)ImmutableLongStackImmutableLongStackFactoryImpl. 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 ImmutableLongStack Modifier and Type Method Description ImmutableLongStackLongArrayStack. toImmutable()ImmutableLongStackSynchronizedLongStack. toImmutable()ImmutableLongStackUnmodifiableLongStack. toImmutable() -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableLongStack Modifier and Type Method Description static ImmutableLongStackPrimitiveStreams. iLongStack(LongStream stream)