is there any benefit of converting the arraylist to array?
Hi,
if we return a list, you need to do a cast... so instead we return an array to keep it simple.
Idealy we should use list and generics... This is probably just a matter of editing xManagerTemplate.vm template
Any volonteer :-) ?
Log in to post a comment.
is there any benefit of converting the arraylist to array?
Hi,
if we return a list, you need to do a cast...
so instead we return an array to keep it simple.
Idealy we should use list and generics...
This is probably just a matter of editing xManagerTemplate.vm template
Any volonteer :-) ?