org.dlese.dpc.schemedit.vocab
Class SortTermAndDeftns
java.lang.Object
org.dlese.dpc.schemedit.vocab.SortTermAndDeftns
- All Implemented Interfaces:
- Comparator
public class SortTermAndDeftns
- extends Object
- implements Comparator
Comparator to sort Records in reverse order of their creation date
- Author:
- Jonathan Ostwald
Method Summary |
int |
compare(Object o1,
Object o2)
Provide comparison for sorting Sugest a URL Records by reverse "creation Date" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortTermAndDeftns
public SortTermAndDeftns()
compare
public int compare(Object o1,
Object o2)
- Provide comparison for sorting Sugest a URL Records by reverse "creation Date"
- Specified by:
compare
in interface Comparator
- Parameters:
o1
- document 1o2
- document 2
- Returns:
- DESCRIPTION