Interface AddressIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      ChangeModifier and Type Method Description
      boolean hasNext()
      Checks if there is a next address in the iteration.
      Address next()
      Get the next address.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove

Method Detail