类图示例:java.lang.Runnable类图结构
2017-03-16 15:39:58 0 举报
线程相关的类图结构
作者其他创作
大纲/内容
Future
SwingWorker.StateValue [Enum ]
RunnableFuture
+ run()
java.lang
属性
\tThread.State
FutureTask
Thread
+MAX_PRIORITY1:int +MIN_PRIORITY: int+NORM_PRIORITY:int
ForkJoinWorkerThread
(属性继承)+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
+ForkJoinWorkerThread(ForkJoinPool)+getPool():ForkJoinPool+getPoolIndex():int#onStart()#onTermination(Throwable)+run()
Thread.UncaughtExceptionHandler
concurrent
TimerTask(abxtract)
#TimerTask()+cancel():boolean+run() (abstract)+scheduledExecutionTime():long(继承object的方法)
Runnable
void run()
0 条评论
下一页