Why is there the method iterator() defined on the interface java.util.Collection when it already extends java.util.Iterable which has this very method defined.
I'm thinking some sort of backward compatability or an opportunity to write some JavaDoc on the method at the collection level.
Any other ideas?
SetvsCollectionwhich have the same method declarations, and they were introduced in the same version (1.2). – Tom Hawtin - tackline Jan 18 '10 at 17:12