8485868788899091929394
while ( childList.next() ) { IndexEntry old = childList.get(); IndexEntry newRec = new IndexEntry(); newRec.copy( old ); recordForwards.add( newRec ); } childList.close();