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 / ISegmentStore.java
index 8d1931ab5fc8e7f2c8f9cb41a6c75ec1c8b81531..41af51d1442467ab303c59af30d518a7f48bc3e0 100644 (file)
@@ -37,19 +37,6 @@ public interface ISegmentStore<T extends ISegment> extends Iterable<T> {
      */
     long getNbElements();
 
-    /**
-     * To seek rapidly among all elements, the elements should be indexed by
-     * their ascending order of start times.
-     *
-     * This method returns an individual element, given a position in this
-     * index.
-     *
-     * @param index
-     *            Retrieve the element at this index
-     * @return The element at this index
-     */
-    T getElementAtIndex(long index);
-
     /**
      * Retrieve all elements that inclusively cross the given position.
      *
This page took 0.034268 seconds and 5 git commands to generate.