Class ByteCaseFunction<V>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.ByteCaseFunction<V>
- All Implemented Interfaces:
Serializable, ByteToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteToObjectFunction<? extends V> private final MutableList<Pair<BytePredicate, ByteToObjectFunction<? extends V>>> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(BytePredicate predicate, ByteToObjectFunction<? extends V> function) setDefault(ByteToObjectFunction<? extends V> function) toString()valueOf(byte argument)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicateFunctions
private final MutableList<Pair<BytePredicate, ByteToObjectFunction<? extends V>>> predicateFunctions -
defaultFunction
-
-
Constructor Details
-
ByteCaseFunction
public ByteCaseFunction() -
ByteCaseFunction
-
-
Method Details
-
addCase
public ByteCaseFunction<V> addCase(BytePredicate predicate, ByteToObjectFunction<? extends V> function) -
setDefault
-
valueOf
- Specified by:
valueOfin interfaceByteToObjectFunction<V>
-
toString
-