| Package | Description |
|---|---|
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StringIterate.forEach(java.lang.String string,
CodePointProcedure procedure)
For each character in the
string, execute the CodePointProcedure. |
static void |
StringIterate.reverseForEach(java.lang.String string,
CodePointProcedure procedure)
For each character in the
string in reverse order, execute the CodePointProcedure. |