Hi, I have an arraylist of Doubles, i was wondering if there was any way to get the index of an element inside the list?
indexOf(Object o)
I think this wants me to have a copy of the actual object rather than letting me do this for example:
indexOf(20.5)
Is there any quick way i can do this?
Edited by: 815444 on 24-Nov-2010 10:22