Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
entrySet
Method · 0.95
clear
Method · 0.65
Tested by
no test coverage detected