OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueFuture
(Results
1 - 3
of
3
) sorted by null
/external/guava/src/com/google/common/util/concurrent/
ValueFuture.java
25
public class
ValueFuture
<V> extends AbstractListenableFuture<V> {
28
* Creates a new {@code
ValueFuture
} in the default state.
30
public static <T>
ValueFuture
<T> create() {
31
return new
ValueFuture
<T>();
36
* create instances of {@code
ValueFuture
}.
38
private
ValueFuture
() {}
70
* <p>A
ValueFuture
is never considered in the running state, so the
Futures.java
149
ValueFuture
<T> future =
ValueFuture
.create();
163
ValueFuture
<T> future =
ValueFuture
.create();
186
ValueFuture
<T> future =
ValueFuture
.create();
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 440 milliseconds