Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ compete
Method
compete
enums/Item.java:8–8 ·
view source on GitHub ↗
(Item it)
Source
from the content-addressed store, hash-verified
6
7
public
interface
Item {
8
Outcome compete(Item it);
9
Outcome eval(Paper p);
10
Outcome eval(Scissors s);
11
Outcome eval(Rock r);
Callers
3
match
Method · 0.65
match
Method · 0.65
match
Method · 0.65
Implementers
3
Paper
enums/Paper.java
Rock
enums/Rock.java
Scissors
enums/Scissors.java
Calls
no outgoing calls
Tested by
no test coverage detected