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

Method put

classpath/java/util/WeakHashMap.java:62–65  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

60 }
61
62 public V put(K key, V value) {
63 poll();
64 return map.put(key, value);
65 }
66
67 public void putAll(Map<? extends K,? extends V> elts) {
68 map.putAll(elts);

Callers 1

mainMethod · 0.95

Calls 2

pollMethod · 0.95
putMethod · 0.65

Tested by 1

mainMethod · 0.76