Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ set
Method
set
lib/java/util/Collections.java:656–660 ·
view source on GitHub ↗
(int location, E object)
Source
from the content-addressed store, hash-verified
654
}
655
656
public
E set(
int
location, E object) {
657
synchronized (mutex) {
658
return
list.set(location, object);
659
}
660
}
661
662
public
List<E> subList(
int
start,
int
end) {
663
synchronized (mutex) {
Callers
nothing calls this directly
Calls
1
set
Method · 0.65
Tested by
no test coverage detected