Class NullAwareMapIterator<K,V>
- java.lang.Object
-
- org.apache.flink.table.runtime.dataview.NullAwareMapIterator<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NullAwareMapIterator.NullMapEntry<K,V>
A Map Entry that the entry key is always null.
-
Constructor Summary
Constructors Constructor Description NullAwareMapIterator(Iterator<Map.Entry<K,V>> mapIterator, NullAwareMapIterator.NullMapEntry<K,V> nullMapEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Map.Entry<K,V>
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-