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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntProcedure
private final MutableList
<Pair<IntPredicate, IntProcedure>> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase
(IntPredicate predicate, IntProcedure procedure) setDefault
(IntProcedure procedure) toString()
void
value
(int argument) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.IntConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicateProcedures
-
defaultProcedure
-
-
Constructor Details
-
IntCaseProcedure
public IntCaseProcedure() -
IntCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(int argument) - Specified by:
value
in interfaceIntProcedure
-
toString
-