Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ remove
Method
remove
Ports/CLDC11/src/java/util/HashMap.java:510–514 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
508
}
509
510
@Override
511
public
boolean remove(Object key) {
512
Entry<K, V> entry = HashMap.this.removeEntry(key);
513
return
entry != null;
514
}
515
516
@Override
517
public
Iterator<K> iterator() {
Callers
1
onBeforeResourceLoadImpl
Method · 0.95
Calls
1
removeEntry
Method · 0.95
Tested by
no test coverage detected