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

Method make

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

Source from the content-addressed store, hash-verified

261
262 interface Helper<K, V> {
263 public Cell<K, V> make(K key, V value, Cell<K, V> next);
264
265 public int hash(K key);
266

Callers 6

MachineMethod · 0.65
initMethod · 0.65
ContextMethod · 0.65
putCellMethod · 0.65
putMethod · 0.65

Implementers 1

MyHelperclasspath/java/util/IdentityHashMap.ja

Calls

no outgoing calls

Tested by

no test coverage detected