org.siebengeisslein.ide.source
Class SuggestionComparator

java.lang.Object
  extended by org.siebengeisslein.ide.source.SuggestionComparator
All Implemented Interfaces:
java.util.Comparator<Suggestion>

public class SuggestionComparator
extends java.lang.Object
implements java.util.Comparator<Suggestion>


Constructor Summary
SuggestionComparator()
           
 
Method Summary
 int compare(Suggestion o1, Suggestion o2)
           
 
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

SuggestionComparator

public SuggestionComparator()
Method Detail

compare

public int compare(Suggestion o1,
                   Suggestion o2)
Specified by:
compare in interface java.util.Comparator<Suggestion>