Class InPlaceMutableHashTable.EntryIterator
- java.lang.Object
-
- org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.EntryIterator
-
- All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<T>
- Enclosing class:
- InPlaceMutableHashTable<T>
public final class InPlaceMutableHashTable.EntryIterator extends Object implements org.apache.flink.util.MutableObjectIterator<T>
WARNING: Doing any other operation on the table invalidates the iterator! (Even using getMatchFor of a prober!)
-
-
Constructor Summary
Constructors Constructor Description EntryIterator()
-
-
-
Method Detail
-
next
public T next(T reuse) throws IOException
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
next
public T next() throws IOException
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
-