if ((this.queryResult == null) || (!page.equals(this.queryResult.getCurrentPage()))) {
this.queryResult = this.repository.getResult(page);
}
DataVisitResult visitResult = null;
this.wrappedKeys = new ArrayList<Object>();
this.wrappedData = new HashMap<Object, E>();
Collection<E> collection = this.queryResult.getResult();