Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ remove
Method
remove
classpath/avian/Data.java:115–118 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
113
}
114
115
public
boolean remove(Object o) {
116
return
(o instanceof Entry<?,?>)
117
&& map.remove(((Entry<?,?>) o).getKey()) != null;
118
}
119
120
public
boolean remove(Entry<K, V> e) {
121
return
map.remove(e.getKey()) != null;
Callers
nothing calls this directly
Calls
2
remove
Method · 0.65
getKey
Method · 0.65
Tested by
no test coverage detected