Class HttpHealthcareApiClient.HL7v2MessagePages.HL7v2MessagePagesIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.util.List<HL7v2Message>>
    Enclosing class:
    HttpHealthcareApiClient.HL7v2MessagePages

    public static class HttpHealthcareApiClient.HL7v2MessagePages.HL7v2MessagePagesIterator
    extends java.lang.Object
    implements java.util.Iterator<java.util.List<HL7v2Message>>
    The type Hl7v2 message id pages iterator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.util.List<HL7v2Message> next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Method Detail

      • hasNext

        public boolean hasNext()
                        throws java.util.NoSuchElementException
        Specified by:
        hasNext in interface java.util.Iterator<java.util.List<HL7v2Message>>
        Throws:
        java.util.NoSuchElementException
      • next

        public java.util.List<HL7v2Message> next()
                                          throws java.util.NoSuchElementException
        Specified by:
        next in interface java.util.Iterator<java.util.List<HL7v2Message>>
        Throws:
        java.util.NoSuchElementException