Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ isFull
Method
isFull
java/Chapter 3/Question3_3/Stack.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
boolean isFull() {
14
return
capacity == size;
15
}
16
17
public
void
join(Node above, Node below) {
18
if
(below != null) below.above = above;
Callers
1
push
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected