Uses of Class
org.apache.flink.api.java.typeutils.ListTypeInfo
-
Packages that use ListTypeInfo Package Description org.apache.flink.api.common.typeinfo.descriptor org.apache.flink.api.java.typeutils -
-
Uses of ListTypeInfo in org.apache.flink.api.common.typeinfo.descriptor
Methods in org.apache.flink.api.common.typeinfo.descriptor that return ListTypeInfo Modifier and Type Method Description ListTypeInfo<?>ListTypeDescriptorImpl. getListTypeInfo() -
Uses of ListTypeInfo in org.apache.flink.api.java.typeutils
Subclasses of ListTypeInfo in org.apache.flink.api.java.typeutils Modifier and Type Class Description classNullableListTypeInfo<T>ATypeInformationfor the list types of the Java API, accepting null collection and null elements.
-