类 TrustedListenableFutureTask<V>

所有已实现的接口:
ListenableFuture<V>, Runnable, Future<V>, RunnableFuture<V>

public class TrustedListenableFutureTask<V> extends FluentFuture<V> implements RunnableFuture<V>
A RunnableFuture that also implements the ListenableFuture interface.

This should be used in preference to ListenableFutureTask when possible for performance reasons.