Interface Iter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Iter advance()
      Moves the iterator forward to the next entry.
      boolean valid()
      Returns true if the iterator currently points to a valid object.
    • Method Detail

      • valid

        boolean valid()
        Returns true if the iterator currently points to a valid object.
        Returns:
        a boolean value, whether the position is valid.
      • advance

        Iter advance()
        Moves the iterator forward to the next entry.
        Returns:
        The iterator itself.