Class IntCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedure
- All Implemented Interfaces:
Serializable, IntConsumer, IntProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(IntPredicate predicate, IntProcedure procedure) setDefault(IntProcedure procedure) toString()voidvalue(int argument) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IntConsumer
andThenMethods inherited from interface IntProcedure
accept
-
Constructor Details
-
IntCaseProcedure
public IntCaseProcedure() -
IntCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(int argument) - Specified by:
valuein interfaceIntProcedure
-
toString
-