| Package | Description |
|---|---|
| com.gs.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Field and Description |
|---|---|
static CodePointFunction |
CodePointFunction.TO_LOWERCASE |
static CodePointFunction |
CodePointFunction.TO_UPPERCASE |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringIterate.collect(java.lang.String string,
CodePointFunction function) |