OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:valueloader
(Results
1 - 8
of
8
) sorted by null
/external/guava/guava/src/com/google/common/cache/
ForwardingCache.java
60
public V get(K key, Callable<? extends V>
valueLoader
) throws ExecutionException {
61
return delegate().get(key,
valueLoader
);
Cache.java
64
* {@code
valueLoader
} if necessary. No observable state associated with this cache is modified
68
* <p><b>Warning:</b> as with {@link CacheLoader#load}, {@code
valueLoader
} <b>must not</b> return
78
V get(K key, Callable<? extends V>
valueLoader
) throws ExecutionException;
AbstractCache.java
55
public V get(K key, Callable<? extends V>
valueLoader
) throws ExecutionException {
LocalCache.java
[
all
...]
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
Completed in 2400 milliseconds