Interface ReferenceIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Returns:
        True if next() will return non-null, false otherwise.
      • next

        Long next()
        Returns:
        Next reference
      • reset

        void reset()
        Resets the iterator back to the start of the structure it is iterating. Iterator will behave as if it has just been constructed