|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.javatools.editor.language.NumberRange
A NumberRange
is just a wrapper for a starting and
ending number so that we can return two numbers from a calculation.
For example, this may represent a start/end offset or start/end
line.
Field Summary | |
int |
end
The ending number of the range. |
int |
start
The starting number of the range. |
Constructor Summary | |
NumberRange(int start,
int end)
Constructs a new NumberRange. |
Method Summary | |
java.lang.String |
toString()
Fetches a human-readable version of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int start
public int end
Constructor Detail |
public NumberRange(int start, int end)
start
- starting numberend
- ending numberMethod Detail |
public java.lang.String toString()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.