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

Method get

classpath/java/util/WeakHashMap.java:57–60  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

55 }
56
57 public V get(Object key) {
58 poll();
59 return map.get(key);
60 }
61
62 public V put(K key, V value) {
63 poll();

Callers 1

mainMethod · 0.95

Calls 2

pollMethod · 0.95
getMethod · 0.65

Tested by 1

mainMethod · 0.76