Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/gson
/ removeElement
Method
removeElement
src/main/java/com/google/gson/LruCache.java:49–51 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
synchronized V removeElement(K key) {
50
return
remove(key);
51
}
52
53
@Override
54
protected
boolean removeEldestEntry(Map.Entry<K, V> entry) {
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected