MES- m_lstRowMapping holds the row numbers. When we do a sort, we rearrange the items in m_lstRowMapping, but we do NOT rearrange the data itself. This layer of indirection lets us resort easily and relatively cheaply.
PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace