Interface DocIterator

    • Method Detail

      • nextDoc

        int nextDoc()
        Returns the next document id if hasNext()==true This method is equivalent to next(), but avoids the creation of an Integer Object.
        See Also:
        Iterator.next()