Class MappingIterator<U,​V>

  • All Implemented Interfaces:
    Iterator<V>

    public class MappingIterator<U,​V>
    extends Object
    implements Iterator<V>
    Author:
    Thomas Segismont
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<U>
      • next

        public V next()
        Specified by:
        next in interface Iterator<U>