Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ setNext
Method
setNext
src/main/java/net/optifine/util/LinkedList.java:212–214 ·
view source on GitHub ↗
(LinkedList.Node<T> next)
Source
from the content-addressed store, hash-verified
210
}
211
212
private
void
setNext(LinkedList.Node<T> next) {
213
this.next = next;
214
}
215
216
private
void
setParent(LinkedList<T> parent) {
217
this.parent = parent;
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