public interface SimulationUpdater extends Iterator
Modifier and Type | Method and Description |
---|---|
SimulationUpdater |
cloneForState(byte[] state) |
byte[] |
nextState() |
void |
setState(byte[] state,
int depth,
Object node) |
forEachRemaining, hasNext, next, remove
byte[] nextState()
void setState(byte[] state, int depth, Object node)
SimulationUpdater cloneForState(byte[] state)
Copyright © 2005–2020. All rights reserved.