121122123124125126127128129130131
// BRJ : get fullSizefor Query // to be removed when Query.fullSize is removed if (iter instanceof PagingIterator) { fullSize = iter.fullSize(); } while (iter.hasNext()) { Object candidate = iter.next();
111112113114115116117118119120121
113114115116117118119120121122123
112113114115116117118119120121122