Class NullAwareMapIterator<K,V>
java.lang.Object
org.apache.flink.table.runtime.dataview.NullAwareMapIterator<K,V>
An
Iterator implementation that iterate on a map iterator and a null entry.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA Map Entry that the entry key is always null. -
Constructor Summary
ConstructorsConstructorDescriptionNullAwareMapIterator(Iterator<Map.Entry<K, V>> mapIterator, NullAwareMapIterator.NullMapEntry<K, V> nullMapEntry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining