Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ remove
Method
remove
classpath/avian/Data.java:164–166 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
162
}
163
164
public
boolean remove(Object key) {
165
return
map.remove(key) != null;
166
}
167
168
public
Object[] toArray() {
169
return
toArray(
new
Object[size()]);
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected