Generated by
JDiff

Class com.google.common.util.concurrent.ListenableFutureTask

Changed Methods
V extends Object get(long, TimeUnit) Change in return type from V to (V extends Object).
 
ListenableFutureTask<V> create(Runnable, V, extends, Object) Change in signature from (Runnable, V) to (Runnable, V extends Object).
Creates a {@code ListenableFutureTask} that will upon running, execute the given {@code Runnable}, and arrange that {@code get} will return the given result on successful completion.