Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Machine
Method · 0.65
init
Method · 0.65
EXPORT(JVM_RawMonitorCreate)
Function · 0.65
Context
Method · 0.65
putCell
Method · 0.65
put
Method · 0.65
Implementers
1
MyHelper
classpath/java/util/IdentityHashMap.ja
Calls
no outgoing calls
Tested by
no test coverage detected