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

/external/guava/guava/src/com/google/common/cache/
H A DCache.java86 ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys); method in interface:Cache
H A DForwardingCache.java68 public ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys) { method in class:ForwardingCache
69 return delegate().getAllPresent(keys);
H A DAbstractCache.java36 * implementation for the {@link #getIfPresent} method. {@link #getAllPresent} is implemented in
63 public ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys) { method in class:AbstractCache
H A DLocalCache.java3972 ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys) { method in class:LocalCache
4773 public ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys) { method in class:LocalCache.LocalManualCache
4774 return localCache.getAllPresent(keys);
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 147 milliseconds