/**
* Returns an iterator over the mentions which iteratates through them based on which were most recently mentioned.
* @return an iterator over the mentions which iteratates through them based on which were most recently mentioned.
*/
public Iterator getRecentMentions() {
return(new ReverseListIterator(extents));
}