Interface IssueIterator

All Superinterfaces:
AutoCloseable, Closeable, Closeable, CloseableIterator<Issue>, Iterator<Issue>

public interface IssueIterator extends CloseableIterator<Issue>
  • Method Details

    • nextIssue

      @Deprecated Issue nextIssue()
      Deprecated.
      use @{#next()}
    • close

      void close()
      Description copied from interface: Closeable
      Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface Closeable