Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getFirst
Method
getFirst
src/main/java/net/optifine/util/LinkedList.java:155–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
public
LinkedList.Node<T> getFirst() {
156
return
this.first;
157
}
158
159
public
LinkedList.Node<T> getLast() {
160
return
this.last;
Callers
4
compactRanges
Method · 0.45
checkRanges
Method · 0.45
checkLinkedList
Method · 0.45
iterator
Method · 0.45
Calls
no outgoing calls
Tested by
1
checkLinkedList
Method · 0.36