Home | History | Annotate | Download | only in collect

Lines Matching defs:hasNext

164     while (iterator.hasNext()) {
232 @Override public boolean hasNext() {
233 return rowIterator.hasNext() || columnIterator.hasNext();
237 if (!columnIterator.hasNext()) {
356 @Override public boolean hasNext() {
357 return iterator.hasNext();
427 while (iterator.hasNext()) {
495 while (iterator.hasNext()) {
597 while (iterator.hasNext()) {
613 while (iterator.hasNext()) {
631 while (iterator.hasNext()) {
665 if (entryIterator.hasNext()) {
671 } else if (mapIterator.hasNext()) {