|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YearRange | |
---|---|
org.tridas.io.util |
Uses of YearRange in org.tridas.io.util |
---|
Methods in org.tridas.io.util that return YearRange | |
---|---|
YearRange |
YearRange.intersection(YearRange r)
The intersection of this range with r. |
YearRange |
YearRange.redateBy(int dy)
Redate a range by a certain number of years. |
YearRange |
YearRange.redateEndTo(SafeIntYear y)
Set the ending year of the range, and adjust the start year to maintain the same length. |
YearRange |
YearRange.redateStartTo(SafeIntYear y)
Set the starting year of the range, and adjust the ending year to maintain the same length. |
YearRange |
YearRange.union(YearRange r)
The union of this range with r. |
Methods in org.tridas.io.util with parameters of type YearRange | |
---|---|
boolean |
YearRange.contains(YearRange r)
Return true if (and only if) the given range is completely inside the range, inclusive. |
YearRange |
YearRange.intersection(YearRange r)
The intersection of this range with r. |
int |
YearRange.overlap(YearRange r)
Return the number of years overlap between this range and the given range. |
YearRange |
YearRange.union(YearRange r)
The union of this range with r. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |