Class BlockList.MyIterator
java.lang.Object
org.eclipse.jgit.util.BlockList.MyIterator
- All Implemented Interfaces:
Iterator<T>
-
Field Details
-
index
private int index -
dirIdx
private int dirIdx -
blkIdx
private int blkIdx -
block
-
-
Constructor Details
-
MyIterator
private MyIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-