public class TestLongUnaryOperation extends java.lang.Object implements LongUnaryOperation
| Constructor and Description |
|---|
TestLongUnaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
long |
operate(long operand)
Operate on the operand, returning a value of the same type.
|
public TestLongUnaryOperation()
public long operate(long operand)
operate in interface LongUnaryOperationoperand - The operand.