Searched defs:ImmutableListMultimap (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableListMultimap.java33 * {@code ImmutableListMultimap} contains its own data and will <i>never</i>
34 * change. {@code ImmutableListMultimap} is convenient for
51 public class ImmutableListMultimap<K, V> class in inherits:ImmutableMultimap,ListMultimap
58 public static <K, V> ImmutableListMultimap<K, V> of() {
59 return (ImmutableListMultimap<K, V>) EmptyImmutableListMultimap.INSTANCE;
65 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) {
66 ImmutableListMultimap.Builder<K, V> builder
67 = ImmutableListMultimap.builder();
75 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) {
76 ImmutableListMultimap
266 ImmutableListMultimap(ImmutableMap<K, ImmutableList<V>> map, int size) { method in class:ImmutableListMultimap
[all...]
H A DMultimaps.java709 delegate instanceof ImmutableListMultimap) {
722 ImmutableListMultimap<K, V> delegate) {
1193 * = ImmutableListMultimap.of("a", 4, "a", 16, "b", 9);
1323 * Creates an index {@code ImmutableListMultimap} that contains the results of
1350 * ImmutableListMultimap}
1352 * @return {@code ImmutableListMultimap} mapping the result of evaluating the
1364 public static <K, V> ImmutableListMultimap<K, V> index(
1370 * Creates an index {@code ImmutableListMultimap} that contains the results of
1397 * ImmutableListMultimap}
1399 * @return {@code ImmutableListMultimap} mappin
721 unmodifiableListMultimap( ImmutableListMultimap<K, V> delegate) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableListMultimap.java38 * {@code ImmutableListMultimap} contains its own data and will <i>never</i>
39 * change. {@code ImmutableListMultimap} is convenient for
56 public class ImmutableListMultimap<K, V> class in inherits:ImmutableMultimap,ListMultimap
63 public static <K, V> ImmutableListMultimap<K, V> of() {
64 return (ImmutableListMultimap<K, V>) EmptyImmutableListMultimap.INSTANCE;
70 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) {
71 ImmutableListMultimap.Builder<K, V> builder
72 = ImmutableListMultimap.builder();
80 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) {
81 ImmutableListMultimap
271 ImmutableListMultimap(ImmutableMap<K, ImmutableList<V>> map, int size) { method in class:ImmutableListMultimap
[all...]
H A DMultimaps.java798 delegate instanceof ImmutableListMultimap) {
811 ImmutableListMultimap<K, V> delegate) {
1282 * = ImmutableListMultimap.of("a", 4, "a", 16, "b", 9);
1412 * Creates an index {@code ImmutableListMultimap} that contains the results of
1439 * ImmutableListMultimap}
1441 * @return {@code ImmutableListMultimap} mapping the result of evaluating the
1453 public static <K, V> ImmutableListMultimap<K, V> index(
1459 * Creates an index {@code ImmutableListMultimap} that contains the results of
1486 * ImmutableListMultimap}
1488 * @return {@code ImmutableListMultimap} mappin
810 unmodifiableListMultimap( ImmutableListMultimap<K, V> delegate) argument
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/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/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 151 milliseconds