Hi I\'m wondering if there is a simple solution to my problem,
I have an ArrayList:
ArrayList
ArrayList animalList = new
Bird getMyBird(Integer aniInteger) { Bird b = new Bird(); //Do somthig with bird object... return b; //get your modifeid bird object } Bird myBird = animalList.get(animalIndex); myBird.move();