wt.folder
Class FolderHierarchy.Enumerator
java.lang.Object
wt.folder.FolderHierarchy.Enumerator
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- FolderHierarchy
- public static class FolderHierarchy.Enumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
folderhierarchy
FolderHierarchy folderhierarchy
index
int index
count
int count
FolderHierarchy.Enumerator
FolderHierarchy.Enumerator(FolderHierarchy f)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration