protected static class ControllerZip.MFileIterator
extends java.lang.Object
implements java.util.Iterator<thredds.inventory.MFile>
| Modifier | Constructor and Description |
|---|---|
protected |
MFileIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
thredds.inventory.MFile |
next() |
void |
remove() |
public thredds.inventory.MFile next()
next in interface java.util.Iterator<thredds.inventory.MFile>public boolean hasNext()
hasNext in interface java.util.Iterator<thredds.inventory.MFile>public void remove()
remove in interface java.util.Iterator<thredds.inventory.MFile>