Package org.eclipse.jgit.util
Class BlockList.MyIterator
- java.lang.Object
-
- org.eclipse.jgit.util.BlockList.MyIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-
-
-
Field Detail
-
index
private int index
-
dirIdx
private int dirIdx
-
blkIdx
private int blkIdx
-
block
private T[] block
-
-