public DapNode next() { return listiter.next(); }
public boolean hasNext() { return listiter.hasNext(); }