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.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack interface.This package contains implementations of the mutable primitive stack interfaces.
-
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) -
Uses of MutableCharStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableCharStack -
Uses of MutableCharStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableCharStack -
Uses of MutableCharStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableCharStack -
Uses of MutableCharStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableCharStackModifier and TypeMethodDescriptionArrayStack.collectChar(CharFunction<? super T> charFunction) SynchronizedStack.collectChar(CharFunction<? super T> charFunction) UnmodifiableStack.collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableCharStackModifier and TypeClassDescriptionclassCharArrayStack is similar toArrayStack, and is memory-optimized for char primitives.classA synchronized view of aMutableCharStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableCharStackModifier and TypeFieldDescriptionprivate final MutableCharStackSynchronizedCharStack.stackprivate final MutableCharStackUnmodifiableCharStack.stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableCharStackModifier and TypeMethodDescriptionCharArrayStack.asSynchronized()SynchronizedCharStack.asSynchronized()UnmodifiableCharStack.asSynchronized()CharArrayStack.asUnmodifiable()SynchronizedCharStack.asUnmodifiable()UnmodifiableCharStack.asUnmodifiable()MutableCharStackFactoryImpl.empty()SynchronizedCharStack.newEmpty()UnmodifiableCharStack.newEmpty()MutableCharStackFactoryImpl.of()MutableCharStackFactoryImpl.of(char... items) MutableCharStackFactoryImpl.ofAll(CharIterable items) MutableCharStackFactoryImpl.ofAllReversed(CharIterable items) CharArrayStack.reject(CharPredicate predicate) SynchronizedCharStack.reject(CharPredicate predicate) UnmodifiableCharStack.reject(CharPredicate predicate) SynchronizedCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.CharArrayStack.select(CharPredicate predicate) SynchronizedCharStack.select(CharPredicate predicate) UnmodifiableCharStack.select(CharPredicate predicate) SynchronizedCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate.CharArrayStack.toStack()SynchronizedCharStack.toStack()UnmodifiableCharStack.toStack()MutableCharStackFactoryImpl.with()MutableCharStackFactoryImpl.with(char... items) MutableCharStackFactoryImpl.withAll(CharIterable items) MutableCharStackFactoryImpl.withAllReversed(CharIterable items) Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableCharStack -
Uses of MutableCharStack in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableCharStack