Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ get
Method
get
src/org/antlr/codebuff/misc/HashBag.java:38–43 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
36
}
37
38
@Override
39
public
Integer get(Object key) {
40
MutableInt I = data.get(key);
41
if
( I!=null )
return
I.asInt();
42
return
null;
43
}
44
45
@Override
46
public
Integer put(T key, Integer value) {
Callers
2
add
Method · 0.95
remove
Method · 0.95
Calls
2
asInt
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected