public final class

Operator

extends Object
java.lang.Object
   ↳ com.google.gwt.benchmarks.client.Operator

Class Overview

A mathematical operator used in IntRanges 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

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.

Returns