Uses of Class
org.eclipse.collections.impl.block.function.primitive.CharCaseFunction
| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
-
Uses of CharCaseFunction in org.eclipse.collections.impl.block.function.primitive
Methods in org.eclipse.collections.impl.block.function.primitive that return CharCaseFunction Modifier and Type Method Description CharCaseFunction<V>CharCaseFunction. addCase(CharPredicate predicate, CharToObjectFunction<? extends V> function)CharCaseFunction<V>CharCaseFunction. setDefault(CharToObjectFunction<? extends V> function)