Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ isEmpty
Method
isEmpty
contents/data-structure/code/Stack/IStack.java:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
public
interface
IStack<E> {
4
public
int
size();
5
public
boolean isEmpty();
6
7
public
void
push(E e);
8
public
E pop();
Callers
4
isEmpty
Method · 0.65
getShortestDistance
Method · 0.65
getShortestDistance2
Method · 0.65
getMSTCost
Method · 0.65
Implementers
2
LinkedStack
contents/data-structure/code/Stack/Lin
ArrayStack
contents/data-structure/code/Stack/Arr
Calls
no outgoing calls
Tested by
3
getShortestDistance
Method · 0.52
getShortestDistance2
Method · 0.52
getMSTCost
Method · 0.52