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

Method make

classpath/java/util/WeakHashMap.java:139–141  ·  view source on GitHub ↗
(K key, V value, HashMap.Cell<K, V> next)

Source from the content-addressed store, hash-verified

137 extends HashMap.MyHelper<K, V>
138 {
139 public HashMap.Cell<K, V> make(K key, V value, HashMap.Cell<K, V> next) {
140 return new MyCell(key, queue, value, next, hash(key));
141 }
142 }
143}

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected