Uses of Interface
org.eclipse.collections.impl.block.procedure.primitive.CodePointProcedure
Packages that use CodePointProcedure
Package
Description
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 CodePointProcedureModifier and TypeMethodDescriptionstatic 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.