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

Method isEmpty

src/main/java/net/optifine/util/LinkedList.java:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 public boolean isEmpty() {
168 return this.size <= 0;
169 }
170
171 public String toString() {
172 StringBuffer stringbuffer = new StringBuffer();

Callers 2

addFirstMethod · 0.95
addLastMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected