Home
last modified time | relevance | path

Searched refs:castKey (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DAbstractCache.java73 K castKey = (K) key; in getAllPresent() local
76 result.put(castKey, value); in getAllPresent()
DLocalCache.java3956 K castKey = (K) key;
3957 result.put(castKey, value);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java257 K castKey = (K) key; in load() local
258 calculatedValue = loader.load(castKey); in load()
259 put(castKey, calculatedValue); in load()