public class InodeTreeBufferedIterator extends java.lang.Object implements java.util.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() |
public InodeTreeBufferedIterator(InodeStore inodeStore, InodeDirectory rootInode)
inodeStore - the inode storerootInode - root inodepublic boolean hasNext()
hasNext in interface java.util.Iterator<Journal.JournalEntry>public Journal.JournalEntry next()
next in interface java.util.Iterator<Journal.JournalEntry>public void remove()
remove in interface java.util.Iterator<Journal.JournalEntry>Copyright © 2019. All Rights Reserved.