| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.interval |
| Modifier and Type | Method and Description |
|---|---|
ComparableIntervalsList<T> |
ComparableIntervalsList.getIntersectionWith(ComparableInterval<T> interval)
Returns the intersection between an interval and all the intervals of the list.
|
ComparableIntervalsList<T> |
ComparableIntervalsList.getIntervalsContaining(T entry)
Returns the intervals of the list that contain the provided entry.
|
ComparableIntervalsList<T> |
ComparableIntervalsList.getMergedIntervals()
Merges the intervals of the list that overlap and returns the list of merged intervals.
|
Copyright © 2021 CNES. All rights reserved.