Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teneted/Tenet
/ clear
Method
clear
src/main/java/co/aikar/util/LoadingMap.java:268–269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
public
void
putAll(Map<? extends K, ? extends V> m) {backingMap.putAll(m);}
267
268
@Override
269
public
void
clear() {backingMap.clear();}
270
271
@Override
272
public
Set<K> keySet() {
return
backingMap.keySet();}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected