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

Method clear

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

Source from the content-addressed store, hash-verified

80 }
81
82 public void clear() {
83 first = last = null;
84 super.clear();
85 }
86
87 public Set<Entry<K, V>> entrySet() {
88 return new EntrySet();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected