Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ remove
Method
remove
guava/src/com/google/common/cache/LocalCache.java:4581–4584 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
4579
}
4580
4581
@Override
4582
public
boolean remove(Object o) {
4583
return
LocalCache.this.remove(o) != null;
4584
}
4585
}
4586
4587
final
class
Values extends AbstractCollection<V> {
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected