Uses of Interface
org.eclipse.collections.api.stack.primitive.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 mutable primitive stack interfaces.
-
Uses of CharStack in org.eclipse.collections.api.stack
Modifier and TypeMethodDescriptionStackIterable.collectChar
(CharFunction<? super T> charFunction) -
Uses of CharStack in org.eclipse.collections.api.stack.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.Modifier 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.mutable.primitive
Modifier 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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.