blob: fb8704fb5a9688d7782479c9404ce8a382a92a26 [file] [log] [blame]
<html>
<body>
Reports any implementations of <b>Iterator.hasNext()</b>
which call <b>next()</b> on themselves. While this is a common
mistake, such calls are almost certainly in error, as <b>hasNext()</b>
should not modify the iterators state, while <b>next()</b> should.
<!-- tooltip end -->
<p>
</body>
</html>