/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Multimaps.java | 772 public Collection<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableMultimap 811 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableListMultimap 850 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableSetMultimap 880 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableSortedSetMultimap
|
H A D | Synchronized.java | 623 public Collection<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedMultimap 755 public List<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedListMultimap 800 public Set<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedSetMultimap 855 public SortedSet<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedSortedSetMultimap
|
H A D | SortedSetMultimap.java | 92 SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | ForwardingListMultimap.java | 61 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingListMultimap
|
H A D | ForwardingSetMultimap.java | 64 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingSetMultimap
|
H A D | ForwardingSortedSetMultimap.java | 60 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingSortedSetMultimap
|
H A D | ListMultimap.java | 76 List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | SetMultimap.java | 90 Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | FilteredKeyListMultimap.java | 54 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredKeyListMultimap
|
H A D | FilteredEntrySetMultimap.java | 56 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredEntrySetMultimap
|
H A D | FilteredKeySetMultimap.java | 56 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredKeySetMultimap
|
H A D | AbstractSortedSetMultimap.java | 118 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in AbstractSortedSetMultimap
|
H A D | AbstractListMultimap.java | 104 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in AbstractListMultimap
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Multimaps.java | 776 public Collection<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableMultimap 815 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableListMultimap 854 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableSetMultimap 884 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Multimaps.UnmodifiableSortedSetMultimap
|
H A D | Synchronized.java | 681 public Collection<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedMultimap 820 public List<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedListMultimap 865 public Set<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedSetMultimap 920 public SortedSet<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() method in Synchronized.SynchronizedSortedSetMultimap
|
H A D | ForwardingSetMultimap.java | 64 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingSetMultimap
|
H A D | ForwardingListMultimap.java | 61 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingListMultimap
|
H A D | SortedSetMultimap.java | 92 SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | ForwardingSortedSetMultimap.java | 60 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in ForwardingSortedSetMultimap
|
H A D | ListMultimap.java | 76 List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | SetMultimap.java | 90 Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values); in replaceValues() method
|
H A D | FilteredKeyListMultimap.java | 54 public List<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredKeyListMultimap
|
H A D | FilteredEntrySetMultimap.java | 56 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredEntrySetMultimap
|
H A D | FilteredKeySetMultimap.java | 56 public Set<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in FilteredKeySetMultimap
|
H A D | AbstractSortedSetMultimap.java | 118 public SortedSet<V> replaceValues(@ParametricNullness K key, Iterable<? extends V> values) { in replaceValues() method in AbstractSortedSetMultimap
|