Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ size
Method
size
Programs/Stack.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
int
size(){
38
return
length;
39
}
40
41
public
boolean isEmpty(){
42
return
length == 0;
Callers
12
bucketSort
Method · 0.45
check_winner
Method · 0.45
coinCombinations
Method · 0.45
viewTask
Method · 0.45
main
Method · 0.45
main
Method · 0.45
buildTree
Method · 0.45
main
Method · 0.45
BFS
Method · 0.45
bfs
Method · 0.45
printGraph
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected