Class NullAwareMapIterator<K,V>

java.lang.Object
org.apache.flink.table.runtime.dataview.NullAwareMapIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>

public class NullAwareMapIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
An Iterator implementation that iterate on a map iterator and a null entry.