Removing an item of 'n' length from an arraylist

I have been trying for 3 hours and there must be something that I am missing.

I can get it to remove something from the spot lets say 3, but I cannot get it to remove all items in the list that are of the length 3. Anyone have an idea of what I may be doing wrong? Can I use something like:

myList.remove(myList.length(3)); ?

I jsut cant get it.

[370 byte] By [Soull40ka] at [2007-10-2 6:25:16]
# 1
Please continue in your previous thread: http://forum.java.sun.com/thread.jspa?threadID=687086
MLRona at 2007-7-16 13:27:06 > top of Java-index,Java Essentials,Java Programming...