Class Overview
A mathematical operator used in IntRange
s to indicate the stepping
function.
Summary
Fields |
public
static
Operator |
ADD |
The standard addition operator. |
public
static
Operator |
MULTIPLY |
The standard multiplication operator. |
Public Methods |
String
|
toString()
Returns the textual representation of the Operator .
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
public
static
Operator
ADD
The standard addition operator.
public
static
Operator
MULTIPLY
The standard multiplication operator.
Public Methods
public
String
toString
()
Returns the textual representation of the Operator
.