public static class ReentrantBlockIterator.LoopInfo<StateT> extends Object
List<StateT>
endStates
exitStates
LoopInfo(int endCount, int exitCount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final List<StateT> endStates
public final List<StateT> exitStates
public LoopInfo(int endCount, int exitCount)