|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.util.Strings.Range
Represents a range between two integers.
| Field Summary | |
int |
begin
The beginning of the range. |
int |
end
The end of the range. |
| Constructor Summary | |
Strings.Range()
Default constructor. |
|
Strings.Range(int begin,
int end)
Construct a new range. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int begin
public int end
| Constructor Detail |
public Strings.Range(int begin,
int end)
begin - The beginning of the range.end - The end of the range.public Strings.Range()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||