Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ setParent
Method
setParent
src/main/java/net/optifine/util/LinkedList.java:216–218 ·
view source on GitHub ↗
(LinkedList<T> parent)
Source
from the content-addressed store, hash-verified
214
}
215
216
private
void
setParent(LinkedList<T> parent) {
217
this.parent = parent;
218
}
219
220
public
String toString() {
221
return
""
+ this.item;
Callers
4
addFirst
Method · 0.80
addLast
Method · 0.80
addAfter
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected