Class IterablePostingImpl

    • Constructor Detail

      • IterablePostingImpl

        public IterablePostingImpl()
    • Method Detail

      • next

        public int next​(int target)
                 throws java.io.IOException
        This implementation of next(int) which uses next()
        Specified by:
        next in interface IterablePosting
        Parameters:
        target - id of the posting to find in this posting list.
        Returns:
        id of the posting found, or EOL if end of posting list is reached.
        Throws:
        java.io.IOException