Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Re: java.lang vs java.util Followup-To: comp.lang.java.programmer Date: Sat, 02 Apr 2011 19:52:15 +1300 Organization: Geek Central Lines: 11 Message-ID: References: NNTP-Posting-Host: 118-92-92-183.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: lust.ihug.co.nz 1301727135 1156 118.92.92.183 (2 Apr 2011 06:52:15 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Sat, 2 Apr 2011 06:52:15 +0000 (UTC) User-Agent: KNode/4.4.7 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:2725 In message , Roedy Green wrote: > It might have something to do with Iterator/Iterable being introduced > late, after Enumeration. Why? They introduced other changes in java.lang. > To me, they both belong in java.lang.util Python shows how important iterators can be as a fundamental language concept.