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

Method clear

output/java8/1.4.19/TypeRegistry.java:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 public void clear() {
177 backingStore.clear();
178 cache.clear();
179 }
180
181 public Set<Class<?>> keySet() {
182 return Collections.unmodifiableSet(backingStore.keySet());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected