Пример #1
0
 public DapNode next() {
   return listiter.next();
 }
Пример #2
0
 public boolean hasNext() {
   return listiter.hasNext();
 }