Uses of Class
messif.objects.keys.KeyOperator

Packages that use KeyOperator
messif.objects.keys Data object keys. 
 

Uses of KeyOperator in messif.objects.keys
 

Subclasses of KeyOperator in messif.objects.keys
 class DoubleKeyOperator
           
 

Methods in messif.objects.keys with parameters of type KeyOperator
 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.
 boolean KeyInterval.intersect(KeyInterval<T> interval, KeyOperator<T> operator)
          Return true if the interval intersects with this interval.
 boolean KeyInterval.isCovered(T key, KeyOperator<T> operator)
          Return true if the interval covers given key.