class FileCluster.ListSubdirs extends java.lang.Object implements java.util.Iterator<FileRemote>
| Modifier and Type | Field and Description | 
|---|---|
| (package private) boolean | isNext | 
| (package private) java.util.Iterator<java.util.Map.Entry<java.lang.String,FileRemote>> | iterPaths | 
| (package private) java.util.Map.Entry<java.lang.String,FileRemote> | next | 
| (package private) java.lang.String | startDir | 
| Constructor and Description | 
|---|
| ListSubdirs(java.lang.String startDirP) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| FileRemote | next() | 
| void | remove() | 
final java.lang.String startDir
final java.util.Iterator<java.util.Map.Entry<java.lang.String,FileRemote>> iterPaths
java.util.Map.Entry<java.lang.String,FileRemote> next
boolean isNext
public boolean hasNext()
hasNext in interface java.util.Iterator<FileRemote>public FileRemote next()
next in interface java.util.Iterator<FileRemote>public void remove()
remove in interface java.util.Iterator<FileRemote>