the same goes for an ArrayList
|
| myArrayList.size() = 0;
| myArrayList.toArray() is an empty ArrayList
|
| but
| myArrayList.get(0) returns an Object
|
|
why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992546#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...