Class ReusingKeyGroupedIterator.ValuesIterator

java.lang.Object
org.apache.flink.runtime.util.ReusingKeyGroupedIterator.ValuesIterator
All Implemented Interfaces:
Iterable<E>, Iterator<E>
Enclosing class:
ReusingKeyGroupedIterator<E>

public final class ReusingKeyGroupedIterator.ValuesIterator extends Object implements Iterator<E>, Iterable<E>
  • Method Details

    • hasNext

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

      public E next()
      Prior to call this method, call hasNext() once!
      Specified by:
      next in interface Iterator<E>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<E>
    • iterator

      public Iterator<E> iterator()
      Specified by:
      iterator in interface Iterable<E>