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

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java45 * <p>{@code AbstractFuture} uses an {@link AbstractQueuedSynchronizer} to deal
65 public abstract class AbstractFuture<V> implements ListenableFuture<V> { class in inherits:ListenableFuture
80 * <p>The default {@link AbstractFuture} implementation throws {@code
101 * <p>The default {@link AbstractFuture} implementation throws {@code
161 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
178 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the

Completed in 51 milliseconds