@Status(stage=PRODUCTION, unitTests=COMPLETE) @Review(by="Kees Schotanus", at="2009-09-19", reason="Initial review") public final class StoredProcedure extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addTwoInts(int leftOperand,
int rightOperand,
int[] result)
Adds two integer values.
|
public static void addTwoInts(int leftOperand,
int rightOperand,
int[] result)
leftOperand - The first operand.rightOperand - The second operand.result - Array that will hold the result of the computation.Copyright © 2008–2017. All rights reserved.