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

Method clear

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

Source from the content-addressed store, hash-verified

135 }
136
137 public void clear() {
138 LinkedHashMap.this.clear();
139 }
140
141 public Iterator<Entry<K, V>> iterator() {
142 return new MyIterator();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected