EDU.oswego.cs.dl.util.concurrent
Class ClockDaemon.TaskNode

java.lang.Object
  extended byEDU.oswego.cs.dl.util.concurrent.ClockDaemon.TaskNode
All Implemented Interfaces:
Comparable
Enclosing class:
ClockDaemon

protected static class ClockDaemon.TaskNode
extends Object
implements Comparable


Method Summary
 int compareTo(Object other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable