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 -
Method Summary
-
Constructor Details
-
EntryIterator
public EntryIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-