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