Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ Washer
Method
Washer
patterns/state/StateMachineDemo.java:55–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
new
Rinse(),
new
Spin()
54
).iterator();
55
Washer() { runAll(); }
56
@Override
public
boolean changeState() {
57
if
(!states.hasNext())
58
return
false;
Callers
nothing calls this directly
Calls
1
runAll
Method · 0.80
Tested by
no test coverage detected