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