MCPcopy 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

addMethod · 0.95
removeMethod · 0.95

Calls 2

asIntMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected