MCPcopy 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

checkLinkedListMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkLinkedListMethod · 0.36