261262263264265266267
/** * Gets an iterator over all elements of this index */ public IndexIterator iterator() { return new IndexIterator(this); }