Class ByteCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.ByteCaseProcedure
- All Implemented Interfaces:
Serializable
,ByteProcedure
public class ByteCaseProcedure extends Object implements ByteProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ByteCaseProcedure()
ByteCaseProcedure(ByteProcedure newDefaultProcedure)
-
Method Summary
Modifier and Type Method Description ByteCaseProcedure
addCase(BytePredicate predicate, ByteProcedure procedure)
ByteCaseProcedure
setDefault(ByteProcedure procedure)
String
toString()
void
value(byte argument)
-
Constructor Details
-
ByteCaseProcedure
public ByteCaseProcedure() -
ByteCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(byte argument)- Specified by:
value
in interfaceByteProcedure
-
toString
-