I need to write a simple function that will delete all entries in the List that contains objects of the class Elem. I wrote the function remo
List
Elem
remo
You have to call the iterator's "remove" method: http://www.java-examples.com/remove-element-collection-using-java-iterator-example.