Searched refs:ScenarioTimestampComparator (Results 1 – 1 of 1) sorted by relevance
75 private static class ScenarioTimestampComparator implements Comparator<Scenario> { class in Profile120 Collections.sort(orderedScenarios, new ScenarioTimestampComparator()); in Profile()