MCPcopy Create free account
hub / github.com/ReadyTalk/avian / clear

Method clear

classpath/java/util/LinkedHashMap.java:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 public void clear() {
237 LinkedHashMap.this.clear();
238 }
239
240 public Iterator<V> iterator() {
241 return new avian.Data.ValueIterator(new MyIterator());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected