Uiinfrastructure API Docs  
 

PTListMap Members

PTListMap overview

Public Instance Constructors

icon PTListMap Constructor Creates an empty PTListMap

Public Instance Methods

iconAddElementToIndex Adds a key/value pair to an existing row.
iconAddNewElement Gets the index of the next row
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetElement Get an entry as Object
iconGetElementAsInt Get an entry as Int
iconGetElementAsString Get an entry as String
iconGetHashCode (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.
iconGetSize Get the number of rows.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PTListMap Class | com.plumtree.uiinfrastructure.utils Namespace