Calling arraylist object function on entire arraylist

for (final Class c : objectList) c.function();

1 Like