Home
last modified time | relevance | path

Searched refs:ConfigurationElementComparator (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DConfigurationElementSorter.java61 Arrays.sort(elements, new ConfigurationElementComparator(elements)); in sort()
76 private class ConfigurationElementComparator implements Comparator<Object> { class in ConfigurationElementSorter
81 public ConfigurationElementComparator(Object[] elements) { in ConfigurationElementComparator() method in ConfigurationElementSorter.ConfigurationElementComparator