Interface SubRequestIterator<S>

    • Method Detail

      • hasNext

        boolean hasNext()
        Returns true if there are more sub-requests to process. In other words, returns true if next would return an element rather than throwing an exception.
        Specified by:
        hasNext in interface Iterator<S>
        Returns:
        true if there are more sub-requests.