Interface ConsecutiveIntervalInfo<Interval_,Point_ extends Comparable<Point_>,Difference_ extends Comparable<Difference_>>
- All Known Implementing Classes:
ConsecutiveIntervalInfoImpl
public interface ConsecutiveIntervalInfo<Interval_,Point_ extends Comparable<Point_>,Difference_ extends Comparable<Difference_>>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getIntervalClusters
Iterable<IntervalCluster<Interval_,Point_, getIntervalClusters()Difference_>> - Returns:
- never null, an iterable that iterates through the interval clusters contained in the collection in ascending order
-
getBreaks
Iterable<IntervalBreak<Interval_,Point_, getBreaks()Difference_>> - Returns:
- never null, an iterable that iterates through the breaks contained in the collection in ascending order
-