semeval.mapping
Class ListEntryComparator

java.lang.Object
  extended by semeval.mapping.ListEntryComparator
All Implemented Interfaces:
java.util.Comparator<ListEntry>

public class ListEntryComparator
extends java.lang.Object
implements java.util.Comparator<ListEntry>


Constructor Summary
ListEntryComparator()
           
 
Method Summary
 int compare(ListEntry firstEntry, ListEntry secondEntry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ListEntryComparator

public ListEntryComparator()
Method Detail

compare

public int compare(ListEntry firstEntry,
                   ListEntry secondEntry)
Specified by:
compare in interface java.util.Comparator<ListEntry>