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