Interface ReferenceIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasNext()
      Returns whether there is a next memory reference in the iterator.
      Reference next()
      Get the next memory reference.
      • Methods inherited from interface java.lang.Iterable

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

        forEachRemaining, remove
    • Method Detail

      • hasNext

        boolean hasNext()
        Returns whether there is a next memory reference in the iterator.
        Specified by:
        hasNext in interface java.util.Iterator<Reference>
      • next

        Reference next()
        Get the next memory reference.
        Specified by:
        next in interface java.util.Iterator<Reference>
        Returns:
        null if there is no next reference