com.atlassian.plugin.web.descriptors
Class WeightedDescriptorComparator
java.lang.Object
com.atlassian.plugin.web.descriptors.WeightedDescriptorComparator
- All Implemented Interfaces:
- Comparator<WeightedDescriptor>
public class WeightedDescriptorComparator
- extends Object
- implements Comparator<WeightedDescriptor>
A simple comparator for any weighted descriptor - lowest weights first.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedDescriptorComparator
public WeightedDescriptorComparator()
compare
public int compare(WeightedDescriptor w1,
WeightedDescriptor w2)
- Specified by:
compare in interface Comparator<WeightedDescriptor>
Copyright © 2011 Atlassian. All Rights Reserved.