OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIfPresent
(Results
1 - 11
of
11
) sorted by null
/external/guava/guava/src/com/google/common/cache/
Cache.java
44
* <p>All methods other than {@link #
getIfPresent
} are optional.
60
V
getIfPresent
(K key);
ForwardingCache.java
52
public V
getIfPresent
(K key) {
53
return delegate().
getIfPresent
(key);
/external/guava/guava-tests/test/com/google/common/cache/
CacheManualTest.java
40
assertNull(cache.
getIfPresent
(one));
50
assertNull(cache.
getIfPresent
(two));
62
assertSame(two, cache.
getIfPresent
(one));
72
assertNull(cache.
getIfPresent
(two));
84
assertSame(two, cache.
getIfPresent
(one));
94
assertSame(one, cache.
getIfPresent
(two));
AbstractCacheTest.java
41
public Object
getIfPresent
(Object key) {
52
assertNull(cache.
getIfPresent
(new Object()));
56
assertSame(newValue, cache.
getIfPresent
(new Object()));
63
public Integer
getIfPresent
(Integer key) {
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java
151
public V
getIfPresent
(K key) {
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 374 milliseconds