Lines Matching refs:hasNext
35 * method must implement <tt>hasNext</tt> and <tt>next</tt>.)<p>
101 while (it.hasNext())
105 while (it.hasNext())
139 if (! it.hasNext()) // fewer elements than expected
143 return it.hasNext() ? finishToArray(r, it) : r;
182 if (! it.hasNext()) { // fewer elements than expected
198 return it.hasNext() ? finishToArray(r, it) : r;
221 while (it.hasNext()) {
282 while (it.hasNext()) {
289 while (it.hasNext()) {
371 while (it.hasNext()) {
404 while (it.hasNext()) {
430 while (it.hasNext()) {
451 if (! it.hasNext())
459 if (! it.hasNext())