MCPcopy Create free account
hub / github.com/ReadyTalk/avian / replace

Method replace

classpath/java/util/concurrent/ConcurrentMap.java:20–20  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

18 public boolean remove(K key, V value);
19
20 public V replace(K key, V value);
21
22 public boolean replace(K key, V oldValue, V newValue);
23}

Callers 9

populateMethod · 0.65
getParameterTypesMethod · 0.65
replaceMethod · 0.65
getCanonicalNameMethod · 0.65
makeClassMethod · 0.65
classDescMethod · 0.65
normalizeMethod · 0.65
classDescMethod · 0.65
findClassMethod · 0.65

Implementers 1

ConcurrentHashMapclasspath/java/util/concurrent/Concurr

Calls

no outgoing calls

Tested by 1

populateMethod · 0.52