That doesn't seem right. java.util.Iterator and the rest of the collections stuff (java.util.Collection) both date back to Java 1.2. Before that, there was java.util.Enumeration. Is that what you mean?
Alexey ________________________________ From: Josh Berry <[email protected]> To: [email protected] Sent: Wed, March 23, 2011 4:56:30 PM Subject: Re: [The Java Posse] Re: Object Oriented Programming is out of the CMU Computer Science Introductory Curriculum 2011/3/23 Cédric Beust ♔ <[email protected]>: > Or are you referring to something else? I think he is referring to the fact that iterators were not an original part of the collections framework. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
