|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.junit.client.Operator
public final class Operator
A mathematical operator used in Ranges
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.
toString in class java.lang.ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||