Searched defs:LinkedListMultimap (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java51 * Multimap<K, V> multimap = LinkedListMultimap.create();
102 public class LinkedListMultimap<K, V> extends AbstractMultimap<K, V> class in inherits:AbstractMultimap,ListMultimap,Serializable
169 * Creates a new, empty {@code LinkedListMultimap} with the default initial
172 public static <K, V> LinkedListMultimap<K, V> create() {
173 return new LinkedListMultimap<K, V>();
177 * Constructs an empty {@code LinkedListMultimap} with enough capacity to hold
183 public static <K, V> LinkedListMultimap<K, V> create(int expectedKeys) {
184 return new LinkedListMultimap<K, V>(expectedKeys);
188 * Constructs a {@code LinkedListMultimap} with the same mappings as the
194 public static <K, V> LinkedListMultimap<
199 LinkedListMultimap() { method in class:LinkedListMultimap
203 private LinkedListMultimap(int expectedKeys) { method in class:LinkedListMultimap
207 private LinkedListMultimap(Multimap<? extends K, ? extends V> multimap) { method in class:LinkedListMultimap
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java47 * Multimap<K, V> multimap = LinkedListMultimap.create();
98 public class LinkedListMultimap<K, V> extends AbstractMultimap<K, V> class in inherits:AbstractMultimap,ListMultimap,Serializable
165 * Creates a new, empty {@code LinkedListMultimap} with the default initial
168 public static <K, V> LinkedListMultimap<K, V> create() {
169 return new LinkedListMultimap<K, V>();
173 * Constructs an empty {@code LinkedListMultimap} with enough capacity to hold
179 public static <K, V> LinkedListMultimap<K, V> create(int expectedKeys) {
180 return new LinkedListMultimap<K, V>(expectedKeys);
184 * Constructs a {@code LinkedListMultimap} with the same mappings as the
190 public static <K, V> LinkedListMultimap<
195 LinkedListMultimap() { method in class:LinkedListMultimap
199 private LinkedListMultimap(int expectedKeys) { method in class:LinkedListMultimap
203 private LinkedListMultimap(Multimap<? extends K, ? extends V> multimap) { method in class:LinkedListMultimap
[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/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1862 milliseconds