Uses of Interface
org.eclipse.collections.api.stack.primitive.CharStack
Packages that use CharStack
Package
Description
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of CharStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return CharStackModifier and TypeMethodDescriptionStackIterable.collectChar
(CharFunction<? super T> charFunction) -
Uses of CharStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of CharStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return CharStackModifier and TypeMethodDescriptionCharStack.reject
(CharPredicate predicate) default CharStack
CharStack.rejectWithIndex
(CharIntPredicate predicate) Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.CharStack.select
(CharPredicate predicate) default CharStack
CharStack.selectWithIndex
(CharIntPredicate predicate) Returns a new CharStack including all elements with corresponding indexes matching the specified predicate.default CharStack
CharStack.tap
(CharProcedure procedure) -
Uses of CharStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement CharStackModifier and TypeClassDescription(package private) final class
ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.(package private) final class
ImmutableCharEmptyStack is an optimization forImmutableCharStack
of size 0.(package private) final class
ImmutableCharSingletonStack is an optimization forImmutableCharStack
of size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as CharStackModifier and TypeFieldDescriptionprivate CharStack
ImmutableCharArrayStack.ImmutableCharStackSerializationProxy.stack
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharStack -
Uses of CharStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement CharStackModifier and TypeClassDescriptionclass
CharArrayStack is similar toArrayStack
, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of CharStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement CharStackModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.