Home
last modified time | relevance | path

Searched defs:getAllPresent (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DCache.java85 ImmutableMap<K, V> getAllPresent(Iterable<?> keys); in getAllPresent() method
DForwardingCache.java69 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in ForwardingCache
DAbstractCache.java68 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in AbstractCache