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