예제 #1
0
 public boolean hasNext() {
   return response == null || response.getNext() != null;
 }