Interface Interfaces.CheckedIterator<T>

Enclosing class:
Interfaces

public static interface Interfaces.CheckedIterator<T>
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    T next()  
  • Method Details

    • hasNext

      boolean hasNext() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • next

      T next() throws java.lang.Exception
      Throws:
      java.lang.Exception