OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceValues
(Results
1 - 17
of
17
) sorted by null
/external/guava/src/com/google/common/collect/
AbstractListMultimap.java
59
@Override public List<V>
replaceValues
(
61
return (List<V>) super.
replaceValues
(key, values);
AbstractSetMultimap.java
66
@Override public Set<V>
replaceValues
(
68
return (Set<V>) super.
replaceValues
(key, values);
AbstractSortedSetMultimap.java
58
@Override public SortedSet<V>
replaceValues
(
60
return (SortedSet<V>) super.
replaceValues
(key, values);
ListMultimap.java
31
* <p>The {@link #get}, {@link #removeAll}, and {@link #
replaceValues
} methods
65
List<V>
replaceValues
(K key, Iterable<? extends V> values);
SetMultimap.java
31
* <p>The {@link #get}, {@link #removeAll}, and {@link #
replaceValues
} methods
68
Set<V>
replaceValues
(K key, Iterable<? extends V> values);
SortedSetMultimap.java
36
* <p>The {@link #get}, {@link #removeAll}, and {@link #
replaceValues
} methods
80
SortedSet<V>
replaceValues
(K key, Iterable<? extends V> values);
ForwardingMultimap.java
104
public Collection<V>
replaceValues
(K key, Iterable<? extends V> values) {
105
return delegate().
replaceValues
(key, values);
Multimap.java
37
* In contrast, {@link #
replaceValues
} and {@link #removeAll} return collections
151
Collection<V>
replaceValues
(@Nullable K key, Iterable<? extends V> values);
Synchronized.java
688
public Collection<V>
replaceValues
(K key, Iterable<? extends V> values) {
690
return delegate().
replaceValues
(key, values); // copy not synchronized
809
@Override public List<V>
replaceValues
(
812
return delegate().
replaceValues
(key, values); // copy not synchronized
853
@Override public Set<V>
replaceValues
(
856
return delegate().
replaceValues
(key, values); // copy not synchronized
904
@Override public SortedSet<V>
replaceValues
(
907
return delegate().
replaceValues
(key, values); // copy not synchronized
[
all
...]
LinkedHashMultimap.java
43
*
replaceValues
} return collections that iterate through the values in the
312
@Override public Set<V>
replaceValues
(
314
return super.
replaceValues
(key, values);
Multimaps.java
146
* removeAll}, and {@code
replaceValues
} methods return {@code RandomAccess}
409
* {@link Multimap#
replaceValues
} methods return collections that aren't
430
* {@link Multimap#
replaceValues
} methods return collections that are
560
@Override public Collection<V>
replaceValues
(K key,
627
@Override public List<V>
replaceValues
(
655
@Override public Set<V>
replaceValues
(
676
@Override public SortedSet<V>
replaceValues
(
711
* {@link Multimap#
replaceValues
} methods return collections that are
751
* {@link Multimap#
replaceValues
} methods return collections that are
788
* {@link Multimap#
replaceValues
} methods return collections that ar
[
all
...]
ImmutableListMultimap.java
286
@Override public ImmutableList<V>
replaceValues
(
ImmutableSetMultimap.java
317
@Override public ImmutableSet<V>
replaceValues
(
ImmutableMultimap.java
269
public ImmutableCollection<V>
replaceValues
(K key,
LinkedListMultimap.java
67
* returns mutable map entries, and {@link #
replaceValues
} attempts to preserve
72
* Similarly, {@link #get}, {@link #removeAll}, and {@link #
replaceValues
}
502
public List<V>
replaceValues
(@Nullable K key, Iterable<? extends V> values) {
AbstractMultimap.java
266
public Collection<V>
replaceValues
(
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 540 milliseconds