// for each element in the double-set, take that one that is the most recent one
set=d.get(i);
indexRWIRowEntrye,elm=null;
longlm=0;
for(intj=0;j<set.size();j++){
e=newindexRWIRowEntry(set.get(j));
if((elm==null)||(e.lastModified()>lm)){
elm=e;
lm=e.lastModified();
}
}
container.addUnique(elm.toKelondroEntry());
}
if(container.size()<beforeDouble)System.out.println("*** DEBUG DOUBLECHECK - removed "+(beforeDouble-container.size())+" index entries from word container "+container.getWordHash());