| Package | Description |
|---|---|
| org.gcube.accounting.common |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeRange.constrainTo(TimeRange otherRange)
Force this time range to be within the given time range
|
boolean |
TimeRange.endsWithin(TimeRange other)
Check whether this time range ends within the given time range
|
boolean |
TimeRange.isAfter(TimeRange range)
Whether this range starts before 'range' ends
|
boolean |
TimeRange.isBefore(TimeRange range)
Whether this range ends before 'range' starts
|
boolean |
TimeRange.isOutside(TimeRange otherRange)
Check whether this time range enrirely falls outside the the given time
range
|
boolean |
TimeRange.isWithin(TimeRange range)
Whether this range is entirely within 'range'
|
boolean |
TimeRange.startsWithin(TimeRange other)
Check whether this time range starts within the given time range
|
Copyright © 2014. All Rights Reserved.