Searched defs:ListMultimap (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DListMultimap.java44 public interface ListMultimap<K, V> extends Multimap<K, V> { interface in inherits:Multimap
80 * {@code Map<K, List<V>>}, call {@link Multimaps#asMap(ListMultimap)}
89 * <p>Two {@code ListMultimap} instances are equal if, for each key, they
93 * <p>An empty {@code ListMultimap} is equal to any other empty {@code
H A DMapConstraints.java126 public static <K, V> ListMultimap<K, V> constrainedListMultimap( argument
127 ListMultimap<K, V> multimap,
706 extends ConstrainedMultimap<K, V> implements ListMultimap<K, V> {
707 ConstrainedListMultimap(ListMultimap<K, V> delegate,
H A DMultimaps.java155 * Creates a new {@code ListMultimap} that uses the provided map and factory.
192 public static <K, V> ListMultimap<K, V> newListMultimap(
592 extends UnmodifiableMultimap<K, V> implements ListMultimap<K, V> {
593 UnmodifiableListMultimap(ListMultimap<K, V> delegate) {
596 @Override public ListMultimap<K, V> delegate() {
597 return (ListMultimap<K, V>) super.delegate();
764 * Returns a synchronized (thread-safe) {@code ListMultimap} backed by the
772 public static <K, V> ListMultimap<K, V> synchronizedListMultimap( argument
773 ListMultimap<K, V> multimap) {
778 * Returns an unmodifiable view of the specified {@code ListMultimap}
795 unmodifiableListMultimap( ListMultimap<K, V> delegate) argument
1317 transformValues( ListMultimap<K, V1> fromMultimap, final Function<? super V1, V2> function) argument
1377 transformEntries( ListMultimap<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1863 filterKeys( ListMultimap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
[all...]
H A DSynchronized.java690 static <K, V> ListMultimap<K, V> listMultimap( argument
691 ListMultimap<K, V> multimap, @Nullable Object mutex) {
700 extends SynchronizedMultimap<K, V> implements ListMultimap<K, V> {
702 ListMultimap<K, V> delegate, @Nullable Object mutex) {
705 @Override ListMultimap<K, V> delegate() {
706 return (ListMultimap<K, V>) super.delegate();
701 SynchronizedListMultimap( ListMultimap<K, V> delegate, @Nullable Object mutex) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java130 * Creates a new {@code ListMultimap} that uses the provided map and factory.
167 public static <K, V> ListMultimap<K, V> newListMultimap(
503 extends UnmodifiableMultimap<K, V> implements ListMultimap<K, V> {
504 UnmodifiableListMultimap(ListMultimap<K, V> delegate) {
507 @Override public ListMultimap<K, V> delegate() {
508 return (ListMultimap<K, V>) super.delegate();
675 * Returns a synchronized (thread-safe) {@code ListMultimap} backed by the
683 public static <K, V> ListMultimap<K, V> synchronizedListMultimap( argument
684 ListMultimap<K, V> multimap) {
689 * Returns an unmodifiable view of the specified {@code ListMultimap}
706 unmodifiableListMultimap( ListMultimap<K, V> delegate) argument
1228 transformValues( ListMultimap<K, V1> fromMultimap, final Function<? super V1, V2> function) argument
1288 transformEntries( ListMultimap<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1774 filterKeys( ListMultimap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
[all...]
H A DSynchronized.java674 static <K, V> ListMultimap<K, V> listMultimap( argument
675 ListMultimap<K, V> multimap, @Nullable Object mutex) {
684 extends SynchronizedMultimap<K, V> implements ListMultimap<K, V> {
686 ListMultimap<K, V> delegate, @Nullable Object mutex) {
689 @Override ListMultimap<K, V> delegate() {
690 return (ListMultimap<K, V>) super.delegate();
685 SynchronizedListMultimap( ListMultimap<K, V> delegate, @Nullable Object mutex) argument
/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/dagger2/lib/
H A Dauto-value-1.0.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/guice/lib/
H A Dguava-16.0.1.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 431 milliseconds