Home | History | Annotate | Download | only in util

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;
183 if (! it.hasNext()) { // fewer elements than expected
199 return it.hasNext() ? finishToArray(r, it) : r;
223 while (it.hasNext()) {
284 while (it.hasNext()) {
291 while (it.hasNext()) {
374 while (it.hasNext()) {
408 while (it.hasNext()) {
434 while (it.hasNext()) {
455 if (! it.hasNext())
463 if (! it.hasNext())