Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.m_lstRowMapping Field

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.

protected XPArrayList m_lstRowMapping;

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace