private class FileSystemQueue.Itr extends Object implements Iterator<E>
(package private) long
_filePosition
private
FileSystemQueue.Itr()
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
long _filePosition
private FileSystemQueue.Itr()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove