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