Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ isEmpty
Method
isEmpty
onjava/Stack.java:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
public
T peek() {
return
storage.peek(); }
14
public
T pop() {
return
storage.pop(); }
15
public
boolean isEmpty() {
return
storage.isEmpty(); }
16
@Override
public
String toString() {
17
return
storage.toString();
18
}
Callers
12
main
Method · 0.95
main
Method · 0.95
main
Method · 0.95
main
Method · 0.80
main
Method · 0.80
show
Method · 0.80
initialization
Method · 0.80
tRemove
Method · 0.80
basicTest
Method · 0.80
main
Method · 0.80
main
Method · 0.80
test
Method · 0.80
Calls
no outgoing calls
Tested by
4
main
Method · 0.76
main
Method · 0.64
initialization
Method · 0.64
tRemove
Method · 0.64