Home | History | Annotate | Download | only in collect

Lines Matching full:put

59  * {@link Map#put} and {@link Map#remove}). Retrievals reflect the results
924 V put(K key, int hash, V value, boolean onlyIfAbsent) {
1430 @Override public V put(K key, V value) {
1438 return segmentFor(hash).put(key, hash, value, false);
1456 return segmentFor(hash).put(key, hash, value, true);
1468 put(e.getKey(), e.getValue());
1769 * removed in which case the put will re-establish). We do not and
1776 V oldValue = Impl.this.put(getKey(), value);
1969 put(key, value);