Package | Description |
---|---|
com.google.gwt.benchmarks.client |
Classes and modules used in building benchmarks.
|
Modifier and Type | Field and Description |
---|---|
static Operator |
Operator.ADD
The standard addition operator.
|
static Operator |
Operator.MULTIPLY
The standard multiplication operator.
|
(package private) Operator |
IntRange.operator |
Constructor and Description |
---|
IntRange(int start,
int end,
Operator operator,
int step)
Creates a new range that produces Iterators which begin at
start , end at end and increment by the
stepping function described by operator and
step . |