com.ibm.streams.operator.meta

Interface MapType

    • Method Detail

      • getKeyType

        Type getKeyType()
        Return the Type of the keys in the map.
        Returns:
        The Type of the keys in the map.
      • getValueType

        Type getValueType()
        Return the Type of the values in the map. Returns the same as getElementType().
        Returns:
        The Type of the values in the map.