MCPcopy Index your code
hub / github.com/antlr/codebuff / put

Method put

output/java8/1.4.17/TypeRegistry.java:151–156  ·  view source on GitHub ↗
(Class<?> key, V value)

Source from the content-addressed store, hash-verified

149 }
150
151 public V put(Class<?> key, V value) {
152 V result = get(key);
153 backingStore.put(key, value);
154 handleAlteration(key);
155 return result;
156 }
157
158 public V remove(Object key) {
159 if ( !(key instanceof Class) ) {

Callers 1

putAllMethod · 0.95

Calls 3

getMethod · 0.95
handleAlterationMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected