|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.junit.client.Operator
A mathematical operator used in Range
s
to indicate the stepping function.
Field Summary | |
static Operator |
ADD
The standard addition operator. |
static Operator |
MULTIPLY
The standard multiplication operator. |
Method Summary | |
java.lang.String |
toString()
Returns the textual representation of the Operator . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static Operator MULTIPLY
public static Operator ADD
Method Detail |
public java.lang.String toString()
Operator
.
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |