Interface ExternalLocationIterator

All Superinterfaces:
Iterator<ExternalLocation>
All Known Implementing Classes:
ExternalLocationAdapter

public interface ExternalLocationIterator extends Iterator<ExternalLocation>
Iterator interface for external locations.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if another external location is available with the next() method.
    Returns the next external location

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove