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