GWT 2.3.0

Uses of Class
com.google.gwt.benchmarks.client.Operator

Packages that use Operator
com.google.gwt.benchmarks.client Classes and modules used in building benchmarks. 
 

Uses of Operator in com.google.gwt.benchmarks.client
 

Fields in com.google.gwt.benchmarks.client declared as Operator
static Operator Operator.ADD
          The standard addition operator.
static Operator Operator.MULTIPLY
          The standard multiplication operator.
 

Constructors in com.google.gwt.benchmarks.client with parameters of type Operator
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.
 


GWT 2.3.0