Searched defs:AbstractMultimap (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java55 * in the multimap, {@code AbstractMultimap} calls {@link #createCollection()}
88 abstract class AbstractMultimap<K, V> implements Multimap<K, V>, Serializable { class in inherits:Multimap,Serializable
118 protected AbstractMultimap(Map<K, Collection<V>> map) { method in class:AbstractMultimap
389 * AbstractMultimap#map} whenever the delegate is non-empty. The {@code
436 * If collection is empty, remove it from {@code AbstractMultimap.this.map}.
998 return AbstractMultimap.this;
1041 return AbstractMultimap.this;
1076 return AbstractMultimap.this;
1086 return AbstractMultimap.this;
1099 * key, and so on, suffices for most {@code AbstractMultimap} implementation
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 75 milliseconds