public IEnumerator <KeyValuePair <int, SparseCell> > GetEnumerator() { return(new SortedCellEnumerator(IndexKeys.ToArray(), Cells.ToArray())); }