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(String string,
CodePointProcedure procedure)
For each character in the
string , execute the CodePointProcedure . |
static void |
StringIterate.reverseForEach(String string,
CodePointProcedure procedure)
For each character in the
string in reverse order, execute the CodePointProcedure . |
Copyright © 2004–2018. All rights reserved.