Uses of Interface
org.eclipse.collections.impl.block.function.primitive.CodePointFunction
| 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.
|
-
Uses of CodePointFunction in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive declared as CodePointFunction Modifier and Type Field Description static CodePointFunctionCodePointFunction. PASS_THRUstatic CodePointFunctionCodePointFunction. TO_LOWERCASEstatic CodePointFunctionCodePointFunction. TO_UPPERCASE -
Uses of CodePointFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointFunction Modifier and Type Method Description static StringStringIterate. collect(String string, CodePointFunction function)Deprecated.since 7.0.static StringStringIterate. collectCodePoint(String string, CodePointFunction function)Transform the int code point elements to a new string using the specified functionfunction.