Searched defs:ImmutableListMultimap (Results 1 - 7 of 7) 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/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 220 milliseconds