Interface ReferenceIterator

All Superinterfaces:
Iterable<Reference>, Iterator<Reference>
All Known Implementing Classes:
ReferenceIteratorAdapter

public interface ReferenceIterator extends Iterator<Reference>, Iterable<Reference>
Iterator that gives out MemReference objects.
See Also:
  • Method Details

    • hasNext

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

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