ss: Make ISegmentStore implement Collection
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 24 Sep 2015 21:55:23 +0000 (17:55 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 25 Sep 2015 22:03:31 +0000 (18:03 -0400)
commit1a9cb076d18071a3f6aba14d07806df070066ccd
tree8c4ef085ccb2d752d61057b5f1da36716a3ec317
parent56b43ab24df69a12550d1d376e9afe358b4100f7
ss: Make ISegmentStore implement Collection

It used to implement Iterable, not many changes are required to
support the entirety of Collection.

Change-Id: I1622c222d3eb72afdde47ca0a462003dda85d0cd
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/56680
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/latency/LatencyAnalysis.java
statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/org/eclipse/tracecompass/segmentstore/core/tests/treemap/TreeMapStoreTest.java
statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/segmentstore/core/ISegmentStore.java
statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/segmentstore/core/treemap/TreeMapStore.java
This page took 0.025981 seconds and 5 git commands to generate.