Uiinfrastructure API Docs  
 

PTSortedArrayWrapper Class

MES- The PTSortedArrayWrapper class wraps a 2D Object array. It allows a client to re-sort the rows in the array by multiple columns in a performant way. Additionally, it allows addressing of columns by ID, rather than index (for example, if col 0 is NAME and col 1 is DESC, a client can ask for the NAME for row 2, rather than asking for col 0.)

For a list of all members of this type, see PTSortedArrayWrapper Members.

System.Object
   com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper
      com.plumtree.uiinfrastructure.arraywrapper.PTGrowableSortedArrayWrapper

public class PTSortedArrayWrapper

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.arraywrapper

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

PTSortedArrayWrapper Members | com.plumtree.uiinfrastructure.arraywrapper Namespace