|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uws.job.manager.DefaultDestructionManager.TimeComparator
protected static class DefaultDestructionManager.TimeComparator
Lets a TreeSet or a TreeMap sorting AbstractJob
instances in an ascending order
and according to their destruction time.
Constructor Summary | |
---|---|
protected |
DefaultDestructionManager.TimeComparator()
|
Method Summary | |
---|---|
int |
compare(AbstractJob job1,
AbstractJob job2)
|
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 |
---|
protected DefaultDestructionManager.TimeComparator()
Method Detail |
---|
public int compare(AbstractJob job1, AbstractJob job2)
compare
in interface java.util.Comparator<AbstractJob>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |