标签:
void execute(Runnable command)
Executor implementation.command - the runnable taskRejectedExecutionException - if this task cannot be accepted for executionNullPointerException - if command is null 标签:
原文地址:http://www.cnblogs.com/xxdfly/p/5635506.html