org.eclipse.egit.github.core.util
Class MilestoneComparator
java.lang.Object
org.eclipse.egit.github.core.util.MilestoneComparator
- All Implemented Interfaces:
- Serializable, Comparator<Milestone>
public class MilestoneComparator
- extends Object
- implements Comparator<Milestone>, Serializable
Milestone comparator using case-insensitive name comparisons.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MilestoneComparator
public MilestoneComparator()
compare
public int compare(Milestone m1,
Milestone m2)
- Specified by:
compare
in interface Comparator<Milestone>
Copyright © 2012. All Rights Reserved.