Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_else
Method · 0.95
find_if_break
Method · 0.95
processSequence
Method · 0.95
resolve_if_stack
Method · 0.80
resolve_hangers
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected