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.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.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(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongStackImmutableLongStackFactory. ofAll(java.util.stream.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(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongStackImmutableLongStackFactory. withAll(java.util.stream.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() -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableLongStack Modifier and Type Method Description ImmutableLongStackImmutableArrayStack. collectLong(LongFunction<? super T> longFunction)Deprecated.ImmutableLongStackImmutableEmptyStack. collectLong(LongFunction<? super T> longFunction)ImmutableLongStackImmutableNotEmptyStack. collectLong(LongFunction<? super T> function) -
Uses of ImmutableLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableLongStack Modifier and Type Class Description (package private) classImmutableLongArrayStackImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack.(package private) classImmutableLongEmptyStackImmutableLongEmptyStack is an optimization forImmutableLongStackof size 0.(package private) classImmutableLongSingletonStackImmutableLongSingletonStack is an optimization forImmutableLongStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableLongStack Modifier and Type Field Description (package private) static ImmutableLongStackImmutableLongEmptyStack. INSTANCEMethods 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(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongStackImmutableLongStackFactoryImpl. ofAll(java.util.stream.LongStream items)ImmutableLongStackImmutableLongStackFactoryImpl. ofAll(LongIterable items)ImmutableLongStackImmutableLongStackFactoryImpl. ofAllReversed(LongIterable items)ImmutableLongStackImmutableLongArrayStack. pop()ImmutableLongStackImmutableLongArrayStack. pop(int count)ImmutableLongStackImmutableLongEmptyStack. pop()ImmutableLongStackImmutableLongEmptyStack. pop(int count)ImmutableLongStackImmutableLongSingletonStack. pop()ImmutableLongStackImmutableLongSingletonStack. pop(int count)ImmutableLongStackImmutableLongArrayStack. push(long item)ImmutableLongStackImmutableLongEmptyStack. push(long element)ImmutableLongStackImmutableLongSingletonStack. push(long element)ImmutableLongStackImmutableLongArrayStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongEmptyStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongSingletonStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongArrayStack. select(LongPredicate predicate)ImmutableLongStackImmutableLongEmptyStack. select(LongPredicate predicate)ImmutableLongStackImmutableLongSingletonStack. select(LongPredicate predicate)ImmutableLongStackImmutableLongArrayStack. toImmutable()ImmutableLongStackImmutableLongEmptyStack. toImmutable()ImmutableLongStackImmutableLongSingletonStack. toImmutable()ImmutableLongStackImmutableLongStackFactoryImpl. with()ImmutableLongStackImmutableLongStackFactoryImpl. with(long one)ImmutableLongStackImmutableLongStackFactoryImpl. with(long... items)ImmutableLongStackImmutableLongStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongStackImmutableLongStackFactoryImpl. withAll(java.util.stream.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(java.util.stream.LongStream stream)
-