Home | History | Annotate | Download | only in stream

Lines Matching defs:hasNext

144                 if (i == null || !i.hasNext()) {
151 public boolean hasNext() {
152 if (i == null || !i.hasNext()) {
155 return i.hasNext();
229 if (i == null || !i.hasNext()) {
236 public boolean hasNext() {
237 if (i == null || !i.hasNext()) {
240 return i.hasNext();
314 if (i == null || !i.hasNext()) {
321 public boolean hasNext() {
322 if (i == null || !i.hasNext()) {
325 return i.hasNext();
399 if (i == null || !i.hasNext()) {
406 public boolean hasNext() {
407 if (i == null || !i.hasNext()) {
410 return i.hasNext();