Java com.google.gwt.view.client Range fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.view.client Range fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.view.client Range.

The text is from its open source code.

Constructor

Range(int start, int length)
Construct a new Range .

Method

booleanequals(Object o)
Return true if this ranges's start end length are equal to those of the given object.
intgetLength()
Get the length of the range.
intgetStart()
Get the start index of the range.