MCPcopy 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

compactRangesMethod · 0.45
checkRangesMethod · 0.45
checkLinkedListMethod · 0.45
iteratorMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkLinkedListMethod · 0.36