Searched refs:esDelegate (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java273 final Set<Entry<K, V>> esDelegate = delegate.entrySet(); field in class:AbstractBiMap.EntrySet
276 return esDelegate;
284 if (!esDelegate.contains(object)) {
292 * Remove the mapping in inverse before removing from esDelegate because
293 * if entry is part of esDelegate, entry might be invalidated after the
294 * mapping is removed from esDelegate.
296 esDelegate.remove(entry);
301 final Iterator<Entry<K, V>> iterator = esDelegate.iterator();
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java277 final Set<Entry<K, V>> esDelegate = delegate.entrySet(); field in class:AbstractBiMap.EntrySet
280 return esDelegate;
288 if (!esDelegate.contains(object)) {
296 * Remove the mapping in inverse before removing from esDelegate because
297 * if entry is part of esDelegate, entry might be invalidated after the
298 * mapping is removed from esDelegate.
300 esDelegate.remove(entry);
305 final Iterator<Entry<K, V>> iterator = esDelegate.iterator();
/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 118 milliseconds