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.
-
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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis 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 CharStackCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.CharStack.select(CharPredicate predicate) default CharStackCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new CharStack including all elements with corresponding indexes matching the specified predicate.default CharStackCharStack.tap(CharProcedure procedure)