org.dlese.dpc.schemedit.threadedservices
Class ThreadedService.SortReports
java.lang.Object
org.dlese.dpc.schemedit.threadedservices.ThreadedService.SortReports
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- ThreadedService
public class ThreadedService.SortReports
- extends Object
- implements Comparator
NOT YET DOCUMENTED
- Version:
- $Id: ThreadedService.java,v 1.17 2009/03/23 07:25:38 ostwald Exp
$
- Author:
- Jonathan Ostwald
Method Summary |
int |
compare(Object o1,
Object o2)
Provide comparison for sorting Sugest a URL Records by "lastModified"
property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadedService.SortReports
public ThreadedService.SortReports()
compare
public int compare(Object o1,
Object o2)
- Provide comparison for sorting Sugest a URL Records by "lastModified"
property
- Specified by:
compare
in interface Comparator
- Parameters:
o1
- document 1o2
- document 2
- Returns:
- DESCRIPTION