Package org.apache.flink.runtime.util
Interface KeyGroupedIterator<E>
-
- All Known Implementing Classes:
NonReusingKeyGroupedIterator,ReusingKeyGroupedIterator
public interface KeyGroupedIterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgetCurrent()Iterator<E>getValues()booleannextKey()
-
-
-
Method Detail
-
nextKey
boolean nextKey() throws IOException- Throws:
IOException
-
getCurrent
E getCurrent()
-
-