I was trying to print the values of the list. Which are ,supposesdly,
"mai" <tomaiSA@gmail.com> wrote in message
news:1163026070.569849.185170@k70g2000cwa.googlegroups.com...
Hi,,
I'm learning Java,, and I was trying to creat a function that performs
a three-level nested loop and returns a list of loop objects indicating
progress through the loop,,but when I ran this code:
[code snipped]
I got the following results,,
[loop.Loop@10b62c9, loop.Loop@82ba41, loop.Loop@923e30,
loop.Loop@130c19b, loop.Loop@1f6a7b9, loop.Loop@7d772e,
loop.Loop@11b86e7, loop.Loop@35ce36, loop.Loop@757aef,
loop.Loop@d9f9c3, loop.Loop@9cab16, loop.Loop@1a46e30,
loop.Loop@3e25a5, loop.Loop@19821f, loop.Loop@addbf1, loop.Loop@42e816,
loop.Loop@9304b1, loop.Loop@190d11, loop.Loop@a90653, loop.Loop@de6ced]
What results did you expect (this isn't a sarcastic or rhetorical
question -- I really don't know what it is you're trying to do)? Perhaps you
meant to override the toString() method? See
http://www.javapractices.com/Topic55.cjp
- Oliver