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