Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ name
Method
name
reflection/Robot.java:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
public
interface
Robot {
9
String name();
10
String model();
11
List<Operation> operations();
12
static
void
test(Robot r) {
Callers
3
main
Method · 0.65
main
Method · 0.65
toString
Method · 0.65
Implementers
2
NRobot
reflection/NullRobot.java
SnowRobot
reflection/SnowRobot.java
Calls
no outgoing calls
Tested by
no test coverage detected