Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Roedy Green Newsgroups: comp.lang.java.programmer Subject: Re: looping through a list, starting at 1 Date: Wed, 03 Aug 2011 15:40:46 -0700 Organization: Canadian Mind Products Lines: 19 Message-ID: <8djj37pg6o35jb1b8lskefb4jmb2iadmbe@4ax.com> References: Reply-To: Roedy Green NNTP-Posting-Host: RCd/Ul4tyxGUBII8WGwa5g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Forte Agent 6.00/32.1186 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6781 On 1 Aug 2011 22:45:41 GMT, ram@zedat.fu-berlin.de (Stefan Ram) wrote, quoted or indirectly quoted someone who said : >for( int i = 1; i < l.size(); ++i ){ final E e = l.get( 0 ); ... } This one is clearer. The problem is most people will just glance at it and read it as for( int i=0; i