Class JSR166TestCase.CallableOne

java.lang.Object
  extended by JSR166TestCase.CallableOne
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
Enclosing class:
JSR166TestCase

public static class JSR166TestCase.CallableOne
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>


Constructor Summary
JSR166TestCase.CallableOne()
           
 
Method Summary
 java.lang.Integer call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR166TestCase.CallableOne

public JSR166TestCase.CallableOne()
Method Detail

call

public java.lang.Integer call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Integer>