Uses of Interface
org.eclipse.collections.api.stack.primitive.CharStack
-
Packages that use CharStack Package Description org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive 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 CharStack Modifier and Type Method Description CharStackStackIterable. collectChar(CharFunction<? super T> charFunction) -
Uses of CharStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of CharStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableCharStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableCharStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return CharStack Modifier and Type Method Description CharStackCharStack. reject(CharPredicate predicate)default CharStackCharStack. rejectWithIndex(CharIntPredicate predicate)Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.CharStackCharStack. 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)
-