Uiinfrastructure API Docs  
 

PTSortedArrayWrapper Methods

The methods of the PTSortedArrayWrapper class are listed below. For a complete list of PTSortedArrayWrapper class members, see the PTSortedArrayWrapper Members topic.

Public Instance Methods

ContainsPropID MES- ContainsPropID is used by clients to see if a given Property is represented by a column in the data.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCount MES- GetCount returns the number of rows in our data set
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetItem MES- GetItem is used by clients to retrieve data from the array
GetSort MES- GetSort returns the current sort array
GetType (inherited from Object)Gets the Type of the current instance.
Initialize MES- Initialize sets up this object with the data it needs to return items, as well as to perform sorts, etc.
SetItem JF- SetItem is used by clients modify one cell in the array.
SetItems JF- SetItems is used by clients modify a number of cells in the array.
Sort MES- Sort is used by clients to resort the internal data according to new criteria.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MapColumnIDs MES- MapColumnIDs is an internal function that sets up the m_hashPropIDtoColumn mapping based on an array of ColumnIDs
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SortInternal MES- SortInternal is an internal helper function that actually performs the sort based on m_arrSort.

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace