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