Home | History | Annotate | Download | only in collect

Lines Matching refs:SetMultimap

827   public static <K, V> SetMultimap<K, V> setMultimap(
828 SetMultimap<K, V> multimap, @Nullable Object mutex) {
832 /** @see Synchronized#setMultimap */
834 extends SynchronizedMultimap<K, V> implements SetMultimap<K, V> {
837 SetMultimap<K, V> delegate, @Nullable Object mutex) {
840 @Override protected SetMultimap<K, V> delegate() {
841 return (SetMultimap<K, V>) super.delegate();