mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
System.IComparable is java's Comparable
This commit is contained in:
parent
404b82503d
commit
f9038369ac
36
CS2JLibrary/NetFramework/System/IComparable'1.xml
Normal file
36
CS2JLibrary/NetFramework/System/IComparable'1.xml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
This file is
|
||||||
|
|
||||||
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
||||||
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
||||||
|
|
||||||
|
-->
|
||||||
|
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
||||||
|
<Imports />
|
||||||
|
<Java>Comparable*[${T}]*</Java>
|
||||||
|
<Name>System.IComparable</Name>
|
||||||
|
<TypeParams>
|
||||||
|
<Name>T</Name>
|
||||||
|
</TypeParams>
|
||||||
|
<Uses />
|
||||||
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
||||||
|
<Methods>
|
||||||
|
<Method>
|
||||||
|
<Imports />
|
||||||
|
<Java>${this:16}.compareTo(${arg})</Java>
|
||||||
|
<Params>
|
||||||
|
<Param>
|
||||||
|
<Type>*[T]*</Type>
|
||||||
|
<Name>arg</Name>
|
||||||
|
</Param>
|
||||||
|
</Params>
|
||||||
|
<Name>CompareTo</Name>
|
||||||
|
<Return>System.Int32</Return>
|
||||||
|
</Method>
|
||||||
|
</Methods>
|
||||||
|
<Properties />
|
||||||
|
<Events />
|
||||||
|
<Indexers />
|
||||||
|
</Interface>
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This file is
|
This file is
|
||||||
@ -9,14 +9,14 @@
|
|||||||
-->
|
-->
|
||||||
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>IComparable</Java>
|
<Java>Comparable</Java>
|
||||||
<Name>System.IComparable</Name>
|
<Name>System.IComparable</Name>
|
||||||
<Uses />
|
<Uses />
|
||||||
<Inherits> <Type>System.Object</Type> </Inherits>
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
||||||
<Methods>
|
<Methods>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>${this:16}.Compare(${arg})</Java>
|
<Java>${this:16}.compareTo(${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Object</Type>
|
<Type>System.Object</Type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user