|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tribble.search.disk.FIterator
File entry list iterator/enumeration.
FDirectory
Field Summary | |
static int |
SERIES
Series number. |
Constructor Summary | |
protected |
FIterator(FDirectory searcher,
java.util.Vector list)
Constructor. |
Method Summary | |
boolean |
hasMoreElements()
Determine if there are any more entries left in this enumeration. |
java.lang.Object |
nextElement()
Retrieve the next element from this enumeration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SERIES
Constructor Detail |
protected FIterator(FDirectory searcher, java.util.Vector list)
searcher
- The disk directory searcher that created this iterator.Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
FFile
object corresponding to a directory file found by a
directory searcher. Returns null if there are no more entries left in the
list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |