Searched refs:CacheObject (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
H A DCache.java34 * are first wrapped by a CacheObject which maintains the following pieces
44 * to the CacheObject that wraps the real object we are looking for.
56 protected Map<K, CacheObject<V>> map;
108 map = new HashMap<K, CacheObject<V>>(103);
121 CacheObject<V> cacheObject = new CacheObject<V>(value);
143 CacheObject<V> cacheObject = map.get(key);
172 CacheObject<V> cacheObject = map.remove(key);
224 Collection<CacheObject<V>> values = map.values();
227 Iterator<CacheObject<
436 private static class CacheObject<V> { class in class:Cache
468 public CacheObject(V object) { method in class:Cache.CacheObject
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 479 milliseconds