run a method in an element of an Arraylist in java

Posted by benjamin on Stack Overflow See other posts from Stack Overflow or by benjamin
Published on 2010-06-15T06:19:12Z Indexed on 2010/06/15 6:22 UTC
Read the original article Hit count: 252

Filed under:

Hi, I want to know if there's a way to run a method of inside an element of an Arraylist but I don't want to do it with get because it actually changes fields of the element

thanks benny.

© Stack Overflow or respective owner

Related posts about java