Interface BshIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasNext()
      Returns true if and only if there are more objects available via the next() method
      java.lang.Object next()
      Fetch the next object in the iteration
    • Method Detail

      • next

        java.lang.Object next()
        Fetch the next object in the iteration
        Returns:
        The next object
      • hasNext

        boolean hasNext()
        Returns true if and only if there are more objects available via the next() method
        Returns:
        The next object