| Package | Description |
|---|---|
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
StringIterate.forEach(java.lang.String string,
CodePointProcedure procedure) |
Deprecated.
since 7.0.
|
static void |
StringIterate.forEachCodePoint(java.lang.String string,
CodePointProcedure procedure) |
For each int code point in the
string, execute the CodePointProcedure. |
static void |
StringIterate.reverseForEach(java.lang.String string,
CodePointProcedure procedure) |
Deprecated.
since 7.0.
|
static void |
StringIterate.reverseForEachCodePoint(java.lang.String string,
CodePointProcedure procedure) |
For each int code point in the
string in reverse order, execute the CodePointProcedure. |
Copyright © 2004–2020. All rights reserved.