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

Method clear

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

Source from the content-addressed store, hash-verified

173 }
174
175 public void clear() {
176 LinkedHashMap.this.clear();
177 }
178
179 public Iterator<K> iterator() {
180 return new avian.Data.KeyIterator(new MyIterator());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected