Class IteratorConvertingIterator<I,​O,​E extends java.lang.Exception>

  • All Implemented Interfaces:
    IIterator<O,​E>

    public final class IteratorConvertingIterator<I,​O,​E extends java.lang.Exception>
    extends java.lang.Object
    implements IIterator<O,​E>
    • Method Detail

      • hasNext

        public boolean hasNext()
                        throws E extends java.lang.Exception
        Specified by:
        hasNext in interface IIterator<I,​O>
        Throws:
        E extends java.lang.Exception
      • next

        public O next()
               throws E extends java.lang.Exception
        Specified by:
        next in interface IIterator<I,​O>
        Throws:
        E extends java.lang.Exception