Class Linqy.MappingIterator<F,T>

java.lang.Object
org.xmlunit.util.Linqy.MappingIterator<F,T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
Linqy

private static class Linqy.MappingIterator<F,T> extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

    • MappingIterator

      private MappingIterator(Iterator<F> i, Mapper<? super F,T> mapper)
  • Method Details

    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<F>
    • next

      public T next()
      Specified by:
      next in interface Iterator<F>
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<F>