Uses of Class
org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedure
| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
-
Uses of IntCaseProcedure in org.eclipse.collections.impl.block.procedure.primitive
Methods in org.eclipse.collections.impl.block.procedure.primitive that return IntCaseProcedure Modifier and Type Method Description IntCaseProcedureIntCaseProcedure. addCase(IntPredicate predicate, IntProcedure procedure)IntCaseProcedureIntCaseProcedure. setDefault(IntProcedure procedure)