|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.view.client.Range
public class Range
The range of interest for a single handler.
Constructor Summary | |
---|---|
Range()
Used by RPC. |
|
Range(int start,
int length)
Construct a new Range . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Return true if this ranges's start end length are equal to those of the given object. |
int |
getLength()
Get the length of the range. |
int |
getStart()
Get the start index of the range. |
int |
hashCode()
Return a hash code based on this range's start and length. |
java.lang.String |
toString()
Returns a String representation for debugging. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Range(int start, int length)
Range
.
start
- the start indexlength
- the lengthRange()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int getLength()
public int getStart()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |