public class TestLongBinaryOperation extends java.lang.Object implements LongBinaryOperation
| Constructor and Description |
|---|
TestLongBinaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
long |
operate(long leftOperand,
long rightOperand)
Operate on the operands, returning a value of the same
type.
|
public TestLongBinaryOperation()
public long operate(long leftOperand, long rightOperand)
operate in interface LongBinaryOperationleftOperand - The left operand.rightOperand - The right operand.