|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComparableInterval | |
|---|---|
| org.orekit.utils | This package provides useful objects. |
| Uses of ComparableInterval in org.orekit.utils |
|---|
| Subclasses of ComparableInterval in org.orekit.utils | |
|---|---|
class |
AbsoluteDateInterval
This class implements an interval based on the AbsoluteDate class, using the ComparableInterval class. |
| Methods in org.orekit.utils with parameters of type ComparableInterval | |
|---|---|
int |
ComparableInterval.compareLowerEndTo(ComparableInterval<T> interval)
Compares the lower end point with the lower end point of the given interval. |
int |
ComparableInterval.compareTo(ComparableInterval<T> interval)
Compares this interval with the specified interval. |
int |
ComparableInterval.compareUpperEndTo(ComparableInterval<T> interval)
Compares the upper end point with the upper end point of the given interval. |
boolean |
ComparableInterval.includes(ComparableInterval<T> interval)
Returns true when this interval includes the other. |
boolean |
ComparableInterval.isConnectedTo(ComparableInterval<T> interval)
Returns true when the lower point coincides with the upper point of the input interval, and one of the two points is closed (and the other one is open). |
boolean |
ComparableInterval.overlaps(ComparableInterval<T> interval)
Returns true when the two intervals overlap. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||