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