Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getPrev
Method
getPrev
src/main/java/net/optifine/util/LinkedList.java:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
public
LinkedList.Node<T> getPrev() {
201
return
this.prev;
202
}
203
204
public
LinkedList.Node<T> getNext() {
205
return
this.next;
Callers
2
checkLinkedList
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
1
checkLinkedList
Method · 0.36