Package com.ribs.helpers
Class JListHpr.Range
- java.lang.Object
- 
- com.ribs.helpers.JListHpr.Range
 
- 
- Enclosing class:
- JListHpr
 
 public static class JListHpr.Range extends java.lang.ObjectAn inner class to describe a selected range (start, end, length).
- 
- 
Constructor SummaryConstructors Constructor Description Range(int loc, int len)Creates a new range.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intend()Returns the end of the range.booleanequals(java.lang.Object other)Returns whether range is equal to another.intlength()Returns the length of the range.intstart()Returns the start of the range.
 
- 
- 
- 
Method Detail- 
startpublic int start() Returns the start of the range.
 - 
endpublic int end() Returns the end of the range.
 - 
lengthpublic int length() Returns the length of the range.
 - 
equalspublic boolean equals(java.lang.Object other) Returns whether range is equal to another.- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-