Interface MultiPackIndex.MidxIterator

All Superinterfaces:
Iterator<MultiPackIndex.MutableEntry>
Enclosing interface:
MultiPackIndex

public static interface MultiPackIndex.MidxIterator extends Iterator<MultiPackIndex.MutableEntry>
An peekable iterator for the midx
  • Method Details

    • peek

      Like next() but without advancing the iterator.
      Returns:
      next() element in the iterator without advancing
    • getPackNames

      List<String> 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