<?xml version="1.0" encoding="utf-8"?>
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:SchemaLocation="http://www.w3.org/2001/XMLSchema file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
>
 <Name>System.IComparable</Name>
 <Methods>
    <Method>
      <Return>System.Int32</Return>
      <Name>CompareTo</Name>
      <Params>
        <Param>
          <Type>System.Object</Type>
          <Name>arg</Name>
        </Param>
      </Params>
      <Java>${this}.Compare(${arg})</Java>
    </Method>
  </Methods>
</Interface>