Searched defs:call (Results 1 – 4 of 4) sorted by relevance
35 V call() throws Exception; in call() method
415 public T call() { in call() method in Executors.RunnableAdapter428 public Object call () { in call() method in Executors.PrivilegedActionAdapter441 public Object call () throws Exception { in call() method in Executors.PrivilegedExceptionActionAdapter461 public T call() throws Exception { in call() method in Executors.PrivilegedCallable497 public T call() throws Exception { in call() method in Executors.PrivilegedCallableUsingCurrentClassLoader
369 public Object call() { return Boolean.TRUE; } in call() method in JSR166TestCase.NoOpCallable375 public String call() { return TEST_STRING; } in call() method in JSR166TestCase.StringTask379 public String call() { throw new NullPointerException(); } in call() method in JSR166TestCase.NPETask383 public Integer call() { return one; } in call() method in JSR166TestCase.CallableOne430 public Object call() { in call() method in JSR166TestCase.SmallCallable546 public Object call() { in call() method in JSR166TestCase.TrackedCallable
36 public T call() throws Exception { in call() method in ExecutorsTest.TimedCallable53 public BigInteger call() { in call() method in ExecutorsTest.Fib