|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRange | |
|---|---|
| edu.washington.cs.knowitall.commonlib | |
| Uses of AbstractRange in edu.washington.cs.knowitall.commonlib |
|---|
| Subclasses of AbstractRange in edu.washington.cs.knowitall.commonlib | |
|---|---|
class |
Range
An immutable class that represent an interval. |
class |
RangeSet
An immutable class that represent an interval. |
| Methods in edu.washington.cs.knowitall.commonlib with parameters of type AbstractRange | |
|---|---|
boolean |
AbstractRange.isLeftOf(AbstractRange range)
Returns true if this range ends before the other range starts. |
boolean |
AbstractRange.isRightOf(AbstractRange range)
Returns true if this range ends before the other range starts. |
boolean |
AbstractRange.startsLeftOf(AbstractRange range)
Returns true if this range starst before the other range starts. |
boolean |
AbstractRange.startsRightOf(AbstractRange range)
Returns true if this range starts before the other range starts. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||