|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unkrig.commons.util.concurrent.ConcurrentUtil
public final class ConcurrentUtil
Utility methods related to "java.util.concurrent".
| Field Summary | |
|---|---|
static java.util.concurrent.ExecutorService |
SEQUENTIAL_EXECUTOR_SERVICE
An ExecutorService which executes callables in the same thread immediately. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.concurrent.ExecutorService SEQUENTIAL_EXECUTOR_SERVICE
ExecutorService which executes callables in the same thread immediately.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||