Uses of Class
org.apache.flink.runtime.util.EmptyIterator
-
Packages that use EmptyIterator Package Description org.apache.flink.runtime.util -
-
Uses of EmptyIterator in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return EmptyIterator Modifier and Type Method Description static <E> EmptyIterator<E>
EmptyIterator. get()
Gets a singleton instance of the empty iterator.
-