Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ toString
Method
toString
onjava/Stack.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
public
T pop() {
return
storage.pop(); }
15
public
boolean isEmpty() {
return
storage.isEmpty(); }
16
@Override
public
String toString() {
17
return
storage.toString();
18
}
19
}
Callers
3
get
Method · 0.45
value
Method · 0.45
show
Method · 0.45
Calls
no outgoing calls
Tested by
1
show
Method · 0.36