Changeset 22697
- Timestamp:
- 03/09/10 13:00:14 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mnw21/pathquery_refactor/intermine/objectstore/main/src/org/intermine/objectstore/query/Results.java
r22416 r22697 381 381 382 382 Object nextObject = null; 383 Object thisBatch, nextBatch; 383 384 384 385 public boolean hasNext() { … … 415 416 } 416 417 cursor++; 418 int currentBatchNo = getBatchNoForRow(cursor); 419 thisBatch = resultsBatches.batches.get(currentBatchNo); 420 nextBatch = resultsBatches.batches.get(currentBatchNo + 1); 417 421 return retval; 418 422 }
Note: See TracChangeset
for help on using the changeset viewer.
