Interface CodeBlockIterator

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws CancelledException
        Return true if next() will return a CodeBlock.
        Returns:
        true if next() will return a CodeBlock.
        Throws:
        CancelledException - thrown if the operation is cancelled.
      • iterator

        default java.util.Iterator<CodeBlock> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<CodeBlock>