MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / isEmpty

Method isEmpty

UnLuac/src/unluac/util/Stack.java:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public boolean isEmpty() {
15 return data.isEmpty();
16 }
17
18 public T peek() {
19 return data.get(data.size() - 1);

Callers 4

resolve_elseMethod · 0.95
find_if_breakMethod · 0.95
processSequenceMethod · 0.95
BHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected