Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ remove
Method
remove
src/main/java/org/sfj/ChiseledMap.java:437–440 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
435
}
436
437
@Override
438
public
boolean remove(Object o) {
439
return
ChiseledMap.this.remove(o) != null;
440
}
441
442
@Override
443
public
void
clear() {
Callers
2
testThreadSafe15SecondsX4
Method · 0.95
ioUnset
Method · 0.45
Calls
1
ioUnset
Method · 0.95
Tested by
1
testThreadSafe15SecondsX4
Method · 0.76