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

/external/guava/guava/src/com/google/common/collect/
H A DMaps.java748 static <K, V> Entry<K, V> unmodifiableEntry(final Entry<K, V> entry) { method in class:Maps
778 return unmodifiableEntry(super.next());
2012 * wrapped using {@link #unmodifiableEntry} to protect against a possible
2026 return c.contains(unmodifiableEntry((Entry<?, ?>) o));
2032 * wrapped using {@link #unmodifiableEntry} to protect against a possible
2046 return c.remove(unmodifiableEntry((Entry<?, ?>) o));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java719 static <K, V> Entry<K, V> unmodifiableEntry(final Entry<K, V> entry) { method in class:Maps
749 return unmodifiableEntry(super.next());
1983 * wrapped using {@link #unmodifiableEntry} to protect against a possible
1997 return c.contains(unmodifiableEntry((Entry<?, ?>) o));
2003 * wrapped using {@link #unmodifiableEntry} to protect against a possible
2017 return c.remove(unmodifiableEntry((Entry<?, ?>) o));
/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 74 milliseconds