Home | History | Annotate | Download | only in util

Lines Matching defs:hasNext

61         for (Iterator it = collection.iterator(); it.hasNext();) {
97 while (source.hasNext()) {
110 while (source.hasNext()) {
136 for (Iterator it = itemsToRemove.iterator(); it.hasNext();) {
152 if (!it.hasNext()) return null;
167 if (!it.hasNext()) return null;
170 while (it.hasNext()) {
178 while (it.hasNext()) {
230 for (Iterator<T> it = c.iterator(); it.hasNext();) {
246 for (Iterator<T> it = c.iterator(); it.hasNext();) {
276 if (!ai.hasNext()) return false;
279 if (!bi.hasNext()) return false;
293 if (!ai.hasNext()) return false;
296 if (!bi.hasNext()) return false;
304 for (Iterator it = a.iterator(); it.hasNext();) {
329 if (!bi.hasNext()) return true;
330 if (!ai.hasNext()) return false;
334 if (!ai.hasNext()) return false;
348 if (!bi.hasNext()) return true;
349 if (!ai.hasNext()) return false;
353 if (!ai.hasNext()) return false;
404 for (Iterator it = a.iterator(); result != 6 && it.hasNext();) {
407 for (Iterator it = b.iterator(); (result & 3) != 3 && it.hasNext();) {
513 public boolean hasNext() {
516 while (baseIterator.hasNext()) {
585 if (!iterator1.hasNext()) {
586 return iterator2.hasNext() ? -1 : 0;
587 } else if (!iterator2.hasNext()) {
671 if (!iterator1.hasNext()) {
672 return iterator2.hasNext() ? -1 : 0;
673 } else if (!iterator2.hasNext()) {