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

Method pop

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

Source from the content-addressed store, hash-verified

24 }
25
26 public T pop() {
27 return data.remove(data.size() - 1);
28 }
29
30 public void push(T item) {
31 if (data.size() > 65536) {

Callers 5

resolve_elseMethod · 0.95
find_if_breakMethod · 0.95
processSequenceMethod · 0.95
resolve_if_stackMethod · 0.80
resolve_hangersMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected