Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ clear
Method
clear
guava/src/com/google/common/collect/Maps.java:919–922 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
917
}
918
919
@Override
920
public
void
clear() {
921
backingSet().clear();
922
}
923
924
@Override
925
protected
Set<Entry<K, V>> createEntrySet() {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
clear
Method · 0.65
Tested by
no test coverage detected