Diference from delegate and elementData attributes of ArrayList

Why the array has the size atribute in 0 and the size() method returns 1?Which is de difference from delegate and elementData attributes?How is it works?http://img399.imageshack.us/my.php?image=pantallazova1.pngThanks,Regards.Neuquino
[283 byte] By [neuquinoa] at [2007-11-27 8:29:55]
# 1
I guess your ArrayList is not a java.util.ArrayList but contains ones (delegate).Maybe this ArrayList is part of an external API ?Give code sample...
ibanna at 2007-7-12 20:20:21 > top of Java-index,Core,Core APIs...