- Enclosing class:
- JListHpr
public static class JListHpr.Range
extends Object
An inner class to describe a selected range (start, end, length).
-
Constructor Summary
Constructors
-
Method Summary
int
Returns the end of the range.
boolean
Returns whether range is equal to another.
int
Returns the length of the range.
int
Returns the start of the range.
-
Constructor Details
-
Range
public Range(int loc,
int len)
Creates a new range.
-
Method Details
-
start
public int start()
Returns the start of the range.
-
end
public int end()
Returns the end of the range.
-
length
public int length()
Returns the length of the range.
-
equals
public boolean equals(Object other)
Returns whether range is equal to another.
- Overrides:
equals
in class Object