|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.Arithmetic.Operation
public static class Arithmetic.Operation
Enumeration class capturing binary operations on instances of
java.lang.Number
.
Field Summary | |
---|---|
static Arithmetic.Operation |
Add
Represents addition. |
static Arithmetic.Operation |
Compare
Represents comparision. |
static Arithmetic.Operation |
Divide
Represents division. |
static Arithmetic.Operation |
Multiply
Represents multiplication. |
static int |
OpAdd
|
static int |
OpCompare
|
static int |
OpDivide
|
static int |
OpMultiply
|
static int |
OpSubtract
|
static Arithmetic.Operation |
Subtract
Represents subtraction. |
Method Summary | |
---|---|
int |
rank()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int OpAdd
public static final int OpSubtract
public static final int OpMultiply
public static final int OpDivide
public static final int OpCompare
public static final Arithmetic.Operation Add
public static final Arithmetic.Operation Subtract
public static final Arithmetic.Operation Multiply
public static final Arithmetic.Operation Divide
public static final Arithmetic.Operation Compare
Method Detail |
---|
public int rank()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |