Class IntCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedure
- All Implemented Interfaces:
Serializable
,IntConsumer
,IntProcedure
public class IntCaseProcedure extends Object implements IntProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IntCaseProcedure()
IntCaseProcedure(IntProcedure newDefaultProcedure)
-
Method Summary
Modifier and Type Method Description IntCaseProcedure
addCase(IntPredicate predicate, IntProcedure procedure)
IntCaseProcedure
setDefault(IntProcedure procedure)
String
toString()
void
value(int argument)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure
accept
-
Constructor Details
-
IntCaseProcedure
public IntCaseProcedure() -
IntCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(int argument)- Specified by:
value
in interfaceIntProcedure
-
toString
-