MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / clear

Method clear

Ports/CLDC11/src/java/util/AbstractMap.java:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 ///
281 /// - #size()
282 public void clear() {
283 entrySet().clear();
284 }
285
286 /// Returns whether this map contains the specified key.
287 ///

Callers

nothing calls this directly

Calls 2

entrySetMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected