Searched defs:Callable (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCallable.java14 * <p>The {@code Callable} interface is similar to {@link
21 * convert from other common forms to {@code Callable} classes.
28 public interface Callable<V> { interface

Completed in 40 milliseconds