Ejemplo n.º 1
0
 public DapNode next() {
   return listiter.next();
 }
Ejemplo n.º 2
0
 public boolean hasNext() {
   return listiter.hasNext();
 }