Class NullableMapTypeInfo<K,​V>

  • Type Parameters:
    K - The type of the keys in the map.
    V - The type of the values in the map.
    All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class NullableMapTypeInfo<K,​V>
    extends MapTypeInfo<K,​V>
    A TypeInformation for the map types of the Java API, accepting null collection and null key/values.
    See Also:
    Serialized Form