public class JGitWalkIterator extends com.google.common.collect.AbstractIterator<GitCommit> implements CloseableIterator<GitCommit>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected GitCommit |
computeNext() |
endOfData, hasNext, next, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitemptyIteratorprotected GitCommit computeNext()
computeNext in class com.google.common.collect.AbstractIterator<GitCommit>public void close()
close in interface java.lang.AutoCloseableclose in interface CloseableIterator<GitCommit>