public abstract class JSR166TestCase.CheckedInterruptedCallable<T> extends Object implements Callable<T>
Constructor and Description |
---|
CheckedInterruptedCallable() |
Modifier and Type | Method and Description |
---|---|
T |
call()
Computes a result, or throws an exception if unable to do so.
|
protected abstract T |
realCall() |