2010-05-29 09:20:16 -05:00
|
|
|
<?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.Collections.ICollection</Name>
|
|
|
|
<Java>Iterable</Java>
|
|
|
|
<Methods>
|
|
|
|
<Method>
|
|
|
|
<Return>System.IEnumerator</Return>
|
|
|
|
<Name>GetEnumerator</Name>
|
|
|
|
<Java>${this}.iterator()</Java>
|
|
|
|
</Method>
|
|
|
|
</Methods>
|
2010-12-22 15:08:31 +01:00
|
|
|
<Properties>
|
|
|
|
<Property>
|
|
|
|
<Type>System.Int32</Type>
|
|
|
|
<Name>Count</Name>
|
|
|
|
<Get>${this}.size()</Get>
|
|
|
|
</Property>
|
|
|
|
</Properties>
|
2010-05-29 09:20:16 -05:00
|
|
|
</Interface>
|