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 | Description |
---|---|---|
static CharFunction |
CharFunction.TO_LOWERCASE |
Deprecated.
|
static CharFunction |
CharFunction.TO_UPPERCASE |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
StringIterate.collect(java.lang.String string,
CharFunction function) |
Deprecated.
since 3.0. Use
StringIterate.collect(String, CharToCharFunction) instead. |
Copyright © 2004–2017. All rights reserved.