MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setParent

Method setParent

src/main/java/net/optifine/util/LinkedList.java:216–218  ·  view source on GitHub ↗
(LinkedList<T> parent)

Source from the content-addressed store, hash-verified

214 }
215
216 private void setParent(LinkedList<T> parent) {
217 this.parent = parent;
218 }
219
220 public String toString() {
221 return "" + this.item;

Callers 4

addFirstMethod · 0.80
addLastMethod · 0.80
addAfterMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected