Uses of Interface
org.eclipse.collections.impl.block.procedure.primitive.CodePointProcedure
-
Packages that use CodePointProcedure Package Description org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections. -
-
Uses of CodePointProcedure in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointProcedure Modifier and Type Method Description static voidStringIterate. forEach(String string, CodePointProcedure procedure)Deprecated.since 7.0.static voidStringIterate. forEachCodePoint(String string, CodePointProcedure procedure)For each int code point in thestring, execute theCodePointProcedure.static voidStringIterate. reverseForEach(String string, CodePointProcedure procedure)Deprecated.since 7.0.static voidStringIterate. reverseForEachCodePoint(String string, CodePointProcedure procedure)For each int code point in thestringin reverse order, execute theCodePointProcedure.
-