Package | Description |
---|---|
org.eclipse.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
org.eclipse.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.PASS_THRU |
static CodePointFunction |
CodePointFunction.TO_LOWERCASE |
static CodePointFunction |
CodePointFunction.TO_UPPERCASE |
Modifier and Type | Method and Description |
---|---|
static String |
StringIterate.collect(String string,
CodePointFunction function)
Deprecated.
since 7.0. Use
StringIterate.collectCodePoint(String, CodePointFunction) instead. |
static String |
StringIterate.collectCodePoint(String string,
CodePointFunction function)
Transform the int code point elements to a new string using the specified function
function . |
Copyright © 2004–2016. All rights reserved.