Interface ExternalLocationIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasNext()
      Returns true if another external location is available with the next() method.
      ExternalLocation next()
      Returns the next external location
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Method Detail

      • hasNext

        boolean hasNext()
        Returns true if another external location is available with the next() method.
        Specified by:
        hasNext in interface java.util.Iterator<ExternalLocation>