public static class JListHpr.Range
extends java.lang.Object
| Constructor and Description |
|---|
Range(int loc,
int len)
Creates a new range.
|
| Modifier and Type | Method and Description |
|---|---|
int |
end()
Returns the end of the range.
|
boolean |
equals(java.lang.Object other)
Returns whether range is equal to another.
|
int |
length()
Returns the length of the range.
|
int |
start()
Returns the start of the range.
|
public int start()
public int end()
public int length()
public boolean equals(java.lang.Object other)
equals in class java.lang.Object