public class InodeTreeBufferedIterator extends Object implements Iterator<Journal.JournalEntry>
Constructor and Description |
---|
InodeTreeBufferedIterator(InodeStore inodeStore,
InodeDirectory rootInode)
Creates buffered iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Journal.JournalEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public InodeTreeBufferedIterator(InodeStore inodeStore, InodeDirectory rootInode)
inodeStore
- the inode storerootInode
- root inodepublic boolean hasNext()
hasNext
in interface Iterator<Journal.JournalEntry>
public Journal.JournalEntry next()
next
in interface Iterator<Journal.JournalEntry>
public void remove()
remove
in interface Iterator<Journal.JournalEntry>
Copyright © 2023. All Rights Reserved.