Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ isEmpty
Method
isEmpty
Programs/Stack.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
boolean isEmpty(){
42
return
length == 0;
43
}
44
45
public
void
push(
int
data) {
46
Node tempNode =
new
Node(data);
Callers
6
pop
Method · 0.95
peek
Method · 0.95
BFS
Method · 0.80
viewTask
Method · 0.80
main
Method · 0.80
actionPerformed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected