public class DapIterator extends Object implements Iterator<DapNode>
DapIterator(List<DapNode> source, EnumSet<DapSort> sortset)
protected boolean
findNext()
boolean
hasNext()
DapNode
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DapIterator(List<DapNode> source, EnumSet<DapSort> sortset)
public boolean hasNext()
hasNext
Iterator<DapNode>
public DapNode next()
next
public void remove()
remove
protected boolean findNext()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.