org.eclipse.egit.github.core.util
Class MilestoneComparator

java.lang.Object
  extended by 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

Constructor Summary
MilestoneComparator()
           
 
Method Summary
 int compare(Milestone m1, Milestone m2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

MilestoneComparator

public MilestoneComparator()
Method Detail

compare

public int compare(Milestone m1,
                   Milestone m2)
Specified by:
compare in interface Comparator<Milestone>


Copyright © 2012. All Rights Reserved.