Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.m_bSortOptimized Field

MES- When the data is correctly sorted according to m_arrSort, we can skip the step of dereferencing rows through m_lstRowMapping. m_bSortOptimized holds a boolean to indicate if we can skip the dereferencing.

protected bool m_bSortOptimized;

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace