|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.view.client.Range
public class Range
The range of interest for a single handler.
Note: This class is new and its interface subject to change.
| Constructor Summary | |
|---|---|
Range(int start,
int length)
Construct a new Range. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getLength()
Get the length of the range. |
int |
getStart()
Get the start index of the range. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Range(int start,
int length)
Range.
start - the start indexlength - the length| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getLength()
public int getStart()
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||