]> source.dussan.org Git - sonarqube.git/blob
fe08cf4d5e9b6711ab5bdd85969ffa1a07b04361
[sonarqube.git] /
1 <p> This class implements the <code>java.util.Iterator</code> interface.&nbsp;
2   However, its <code>next()</code> method is not capable of throwing
3   <code>java.util.NoSuchElementException</code>.&nbsp; The <code>next()</code>
4   method should be changed so it throws <code>NoSuchElementException</code>
5   if is called when there are no more elements to return.</p>