Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableCharStack
Packages that use ImmutableCharStack
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.
-
Uses of ImmutableCharStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableCharStackModifier and TypeMethodDescriptionImmutableCharStackFactory.empty()ImmutableCharStackFactory.of()Same asImmutableCharStackFactory.empty().ImmutableCharStackFactory.of(char one) Same asImmutableCharStackFactory.with(char).ImmutableCharStackFactory.of(char... items) ImmutableCharStackFactory.ofAll(CharIterable items) ImmutableCharStackFactory.ofAllReversed(CharIterable items) ImmutableCharStackFactory.with()Same asImmutableCharStackFactory.empty().ImmutableCharStackFactory.with(char one) ImmutableCharStackFactory.with(char... items) ImmutableCharStackFactory.withAll(CharIterable items) ImmutableCharStackFactory.withAllReversed(CharIterable items) -
Uses of ImmutableCharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableCharStackModifier and TypeMethodDescriptionImmutableStack.collectChar(CharFunction<? super T> charFunction) -
Uses of ImmutableCharStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableCharStackModifier and TypeMethodDescriptionImmutableCharStack.pop()ImmutableCharStack.pop(int count) ImmutableCharStack.push(char item) ImmutableCharStack.reject(CharPredicate predicate) default ImmutableCharStackImmutableCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableCharStack.select(CharPredicate predicate) default ImmutableCharStackImmutableCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharStack including all elements with corresponding indexes matching the specified predicate.default ImmutableCharStackImmutableCharStack.tap(CharProcedure procedure) CharStack.toImmutable()