Home | History | Annotate | Download | only in collect

Lines Matching refs:replaceValues

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