org.starhope.appius.physica
Class Kalendor.KalendorFutureThread
java.lang.Object
java.lang.Thread
org.starhope.appius.physica.Kalendor.KalendorFutureThread
- All Implemented Interfaces:
- Comparable<Thread>, Runnable
- Enclosing class:
- Kalendor
private static final class Kalendor.KalendorFutureThread
- extends Thread
- implements Comparable<Thread>
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
activity
private final Map.Entry<Long,Runnable> activity
- WRITEME: Document this brpocock@star-hope.org
startTime
private final Long startTime
- WRITEME: Document this brpocock@star-hope.org
Kalendor.KalendorFutureThread
Kalendor.KalendorFutureThread(Map.Entry<Long,Runnable> newActivity,
Long newStartTime)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
newActivity
- WRITEMEnewStartTime
- WRITEME
compareTo
public int compareTo(Thread o)
- Specified by:
compareTo
in interface Comparable<Thread>
- See Also:
Comparable.compareTo(java.lang.Object)
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
- See Also:
Thread.run()