Class IteratorFilteringIterator<T,​E extends java.lang.Exception>

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

    public final class IteratorFilteringIterator<T,​E extends java.lang.Exception>
    extends java.lang.Object
    implements IIterator<T,​E>
    • Constructor Detail

      • IteratorFilteringIterator

        public IteratorFilteringIterator​(IIterator<T,​E> input,
                                         IAcceptor<T> acceptor)
    • Method Detail

      • hasNext

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

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