Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cschanck/single-file-java
/ remove
Method
remove
src/main/java/org/sfj/JSONOne.java:306–309 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
304
}
305
306
@Override
307
public
JObject remove(
int
index) {
308
return
list.remove(index);
309
}
310
311
public
JObject setNumber(
int
index, Number val) {
312
return
list.set(index,
new
JNumber(val));
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected