Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableCharStack
Packages that use MutableCharStack
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 MutableCharStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableCharStackModifier and TypeMethodDescriptionMutableCharStackFactory.empty()MutableCharStackFactory.of()Same asMutableCharStackFactory.empty().MutableCharStackFactory.of(char... items) Same asMutableCharStackFactory.with(char[]).MutableCharStackFactory.ofAll(CharIterable items) MutableCharStackFactory.ofAllReversed(CharIterable items) MutableCharStackFactory.with()Same asMutableCharStackFactory.empty().MutableCharStackFactory.with(char... items) MutableCharStackFactory.withAll(CharIterable items) MutableCharStackFactory.withAllReversed(CharIterable items) -
Uses of MutableCharStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableCharStackModifier and TypeMethodDescriptiondefault MutableCharStackOrderedCharIterable.toStack()Converts the collection to a CharStack. -
Uses of MutableCharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableCharStack -
Uses of MutableCharStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableCharStackModifier and TypeMethodDescriptionMutableCharStack.asSynchronized()MutableCharStack.asUnmodifiable()default MutableCharStackMutableCharStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableCharStack.reject(CharPredicate predicate) default MutableCharStackMutableCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.MutableCharStack.select(CharPredicate predicate) default MutableCharStackMutableCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate.default MutableCharStackMutableCharStack.tap(CharProcedure procedure)