Package | Description |
---|---|
messif.objects.keys |
Data object keys.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleKeyOperator |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyInterval<T>> |
KeyInterval.cutIntersectingIntervals(java.util.List<KeyInterval<T>> intervals,
KeyOperator<T> operator)
Given a list of intervals, cut from them the parts that intersects with "this" interval.
|
protected java.util.List<KeyInterval<T>> |
KeyInterval.cutIntersectingIntervalsInner(java.util.List<KeyInterval<T>> intervals,
KeyOperator<T> operator)
Given a list of intervals, cut from them the parts that intersects with "this" interval.
|