while (!state.isFinal()) { Pair<State, Runnable> todo = Map<State, Pair<State, Runnable>){{...}}.get(state); todo.y().run(); state = todo.x(); }
no subject
Date: 2008-07-29 05:40 pm (UTC)