Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ remove
Method
remove
vm/JavaAPI/src/java/util/HashMap.java:499–503 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
497
}
498
499
@Override
500
public
boolean remove(Object key) {
501
Entry<K, V> entry = HashMap.this.removeEntry(key);
502
return
entry != null;
503
}
504
505
@Override
506
public
Iterator<K> iterator() {
Callers
1
computeMonomorphicDispatch
Method · 0.95
Calls
1
removeEntry
Method · 0.95
Tested by
no test coverage detected