ss: Bug 475300: Fix inconsistent TreeMapStore due to value comparators
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.segmentstore.core / src / org / eclipse / tracecompass / segmentstore / core / ISegment.java
index 0b6d6b615422ecb379b0b4aa8322019120ccff3b..8b21c4c14fc7c0da0d87d4e1d6c90ab0f2f11de8 100644 (file)
@@ -20,7 +20,7 @@ import java.io.Serializable;
  *
  * @author Alexandre Montplaisir
  */
-public interface ISegment extends Serializable {
+public interface ISegment extends Serializable, Comparable<ISegment> {
 
     /**
      * The start position/time of the segment.
This page took 0.025014 seconds and 5 git commands to generate.