Module org.eclipse.jgit
Interface MultiPackIndex.MidxIterator
- All Superinterfaces:
Iterator<MultiPackIndex.MutableEntry>
- Enclosing interface:
- MultiPackIndex
An peekable iterator for the midx
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
peek
MultiPackIndex.MutableEntry peek()Like next() but without advancing the iterator.- Returns:
- next() element in the iterator without advancing
-
getPackNames
Pack names in the order of new packIds emitted by the iterator- Returns:
- pack names
-
reset
void reset()Restart the iteration from the beginning
-