mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix up arraylist translations
This commit is contained in:
parent
d760e8528f
commit
4288147e00
@ -25,7 +25,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>${this}.addAllS(${arg})</Java>
|
<Java>${this}.addAll(${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Collections.ICollection</Type>
|
<Type>System.Collections.ICollection</Type>
|
||||||
@ -112,7 +112,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>${this}.removeS(${value})</Java>
|
<Java>${this}.remove(${value})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Object</Type>
|
<Type>System.Object</Type>
|
||||||
@ -136,7 +136,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>${this}.toArrayS(new ${TYPEOF_TYPE}[0])</Java>
|
<Java>${this}.toArray(new ${TYPEOF_TYPE}[0])</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Object</Type>
|
<Type>System.Object</Type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user