Class NullableSetTypeInfo<T>

  • Type Parameters:
    T - The type of the elements in the set.
    All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class NullableSetTypeInfo<T>
    extends SetTypeInfo<T>
    A TypeInformation for the set types of the Java API, accepting null collection and null elements.
    See Also:
    Serialized Form
    • Constructor Detail

      • NullableSetTypeInfo

        public NullableSetTypeInfo​(Class<T> elementTypeClass)
      • NullableSetTypeInfo

        public NullableSetTypeInfo​(TypeInformation<T> elementTypeInfo)