예제 #1
0
 public Event next() {
   return stateIterator.next();
 }
예제 #2
0
 public boolean hasNext() {
   return stateIterator.hasNext();
 }