View Single Post
Old 11-03-2005, 03:09 PM   #1 (permalink)
ibexpiotr
ibexpiotr's Avatar
 
True Techie

Join Date: Nov 2003

Posts: 198

ibexpiotr is on a distinguished road

Send a message via AIM to ibexpiotr
Default java ArrayList s

my ArrayList stores Point objects (each with x, y coordinates), how do i go about accessing their member functions using ArrayList.

i mean this. in c++, with nodes,or smoething else i'd use
current->data().getSomething();
ibexpiotr is offline