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

Method peek

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

Source from the content-addressed store, hash-verified

16 }
17
18 public T peek() {
19 return data.get(data.size() - 1);
20 }
21
22 public T peek(int i) {
23 return data.get(data.size() - 1 - i);

Callers 6

find_if_breakMethod · 0.95
processSequenceMethod · 0.95
stack_reachMethod · 0.80
resolve_elseMethod · 0.80
is_hanger_resolvableMethod · 0.80
resolve_hangersMethod · 0.80

Calls 2

getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected