| [Xpand]define of the return type [message #659683] |
Tue, 15 March 2011 05:04  |
vietron Messages: 1 Registered: November 2010 |
Junior Member |
|
|
hi.
I want to call for a Java function in template, according to the related docs, firstly, I wrote the following code:
List[Entry<Integer,Integer>] funcname(paras)
...
then I wrote the function in another java file:
public List<Entry<Integer,Integer>> funcname(paras)
...
the return value I expected should be pairs of number, such as: 2, 3 or 3, 1.
however, in the .ext file, I got a error message:
mismatched input '<' expecting ']'
could you give me some suggestion?
[Updated on: Tue, 15 March 2011 05:08] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01487 seconds