Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableIntStack
Packages that use ImmutableIntStack
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.
This package contains implementations of the
ImmutableStack interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ImmutableIntStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableIntStackModifier and TypeMethodDescriptionImmutableIntStackFactory.empty()ImmutableIntStackFactory.of()Same asImmutableIntStackFactory.empty().ImmutableIntStackFactory.of(int one) Same asImmutableIntStackFactory.with(int).ImmutableIntStackFactory.of(int... items) Same asImmutableIntStackFactory.with(int[]).ImmutableIntStackFactory.ofAll(IntIterable items) ImmutableIntStackFactory.ofAllReversed(IntIterable items) ImmutableIntStackFactory.with()Same asImmutableIntStackFactory.empty().ImmutableIntStackFactory.with(int one) ImmutableIntStackFactory.with(int... items) ImmutableIntStackFactory.withAll(IntIterable items) ImmutableIntStackFactory.withAllReversed(IntIterable items) -
Uses of ImmutableIntStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableIntStack -
Uses of ImmutableIntStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableIntStackModifier and TypeMethodDescriptionImmutableIntStack.pop()ImmutableIntStack.pop(int count) ImmutableIntStack.push(int item) ImmutableIntStack.reject(IntPredicate predicate) default ImmutableIntStackImmutableIntStack.rejectWithIndex(IntIntPredicate predicate) Returns a new ImmutableIntStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableIntStack.select(IntPredicate predicate) default ImmutableIntStackImmutableIntStack.selectWithIndex(IntIntPredicate predicate) Returns a new ImmutableIntStack including all elements with corresponding indexes matching the specified predicate.default ImmutableIntStackImmutableIntStack.tap(IntProcedure procedure) IntStack.toImmutable() -
Uses of ImmutableIntStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableIntStackModifier and TypeMethodDescriptionImmutableArrayStack.collectInt(IntFunction<? super T> intFunction) Deprecated.ImmutableEmptyStack.collectInt(IntFunction<? super T> intFunction) ImmutableNotEmptyStack.collectInt(IntFunction<? super T> function) -
Uses of ImmutableIntStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableIntStackModifier and TypeClassDescription(package private) final classImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack.(package private) final classImmutableIntEmptyStack is an optimization forImmutableIntStackof size 0.(package private) final classImmutableIntSingletonStack is an optimization forImmutableIntStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableIntStackModifier and TypeFieldDescription(package private) static final ImmutableIntStackImmutableIntEmptyStack.INSTANCEMethods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableIntStackModifier and TypeMethodDescriptionImmutableIntStackFactoryImpl.empty()ImmutableIntStackFactoryImpl.of()ImmutableIntStackFactoryImpl.of(int one) ImmutableIntStackFactoryImpl.of(int... items) ImmutableIntStackFactoryImpl.ofAll(IntIterable items) ImmutableIntStackFactoryImpl.ofAllReversed(IntIterable items) ImmutableIntArrayStack.pop()ImmutableIntArrayStack.pop(int count) ImmutableIntEmptyStack.pop()ImmutableIntEmptyStack.pop(int count) ImmutableIntSingletonStack.pop()ImmutableIntSingletonStack.pop(int count) ImmutableIntArrayStack.push(int item) ImmutableIntEmptyStack.push(int element) ImmutableIntSingletonStack.push(int element) ImmutableIntArrayStack.reject(IntPredicate predicate) ImmutableIntEmptyStack.reject(IntPredicate predicate) ImmutableIntSingletonStack.reject(IntPredicate predicate) ImmutableIntArrayStack.select(IntPredicate predicate) ImmutableIntEmptyStack.select(IntPredicate predicate) ImmutableIntSingletonStack.select(IntPredicate predicate) ImmutableIntArrayStack.toImmutable()ImmutableIntEmptyStack.toImmutable()ImmutableIntSingletonStack.toImmutable()ImmutableIntStackFactoryImpl.with()ImmutableIntStackFactoryImpl.with(int one) ImmutableIntStackFactoryImpl.with(int... items) ImmutableIntStackFactoryImpl.withAll(IntIterable items) ImmutableIntStackFactoryImpl.withAllReversed(IntIterable items) -
Uses of ImmutableIntStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableIntStackModifier and TypeMethodDescriptionIntArrayStack.toImmutable()SynchronizedIntStack.toImmutable()UnmodifiableIntStack.toImmutable() -
Uses of ImmutableIntStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntStack