public class ExtensionPriorityComparator extends java.lang.Object implements java.util.Comparator<IConfigurationElement>
| Constructor and Description |
|---|
ExtensionPriorityComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(IConfigurationElement cnfElt1,
IConfigurationElement cnfElt2) |
public int compare(IConfigurationElement cnfElt1, IConfigurationElement cnfElt2)
compare in interface java.util.Comparator<IConfigurationElement>cnfElt1 - the first compared elementcnfElt2 - the second compared elementComparator.compare(java.lang.Object, java.lang.Object)