Object
ObjectCollection
![]() | The default constructor for the ObjectCollection class. |
![]() | A Constructor to construct a ObjectCollection with non distinct keys. |
![]() | Use this property to get the Last error code generated by the collection. (Description of each possible error code is listed with each method in the class that can generate a error). |
![]() | Use this method to add a object to the collection using object as a key. |
![]() | Use this method to add a object to the collection using string as a key. |
![]() | Use this method to clear all items from the collection. |
![]() | Use this method to clear the last error. |
![]() | Use this function to get the number of items in the collection. |
![]() | Use this function to check for existence of a object key in the collection. |
![]() | Use this function to check for existence of a string key in the collection. |
![]() | Use this function to read a item from the collection by index. |
![]() | Use this function to get a string key for a element specified by index. |
![]() | Use this function to get a object key for a element specified by index. |
![]() | Use this method to get a set of elements with the same object key when the collection is in multikey mode. |
![]() | Use this method to get a set of elements with the same string key when the collection is in multikey mode. |
![]() | Use this function to get next item from the ObjectCollection. |
![]() | Use this function to get info if there are more items in the ObjectCollection. |
![]() | Returns a index of a element in the collection. |
![]() | Use this method to insert a object to the collection using object as a key to a specific location in the collection. |
![]() | Use this method to insert a object to the collection using string as a key to a specific location in the collection. |
![]() | Use this setter/getter function to get or set element by index. |
![]() | Use this setter/getter function to get or set element by a object key. |
![]() | Use this setter/getter function to get or set element by a string key. |
![]() | Use this method to reset the iterator in the ObjectCollection. |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a integer index. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a integer index. |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a object key. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a object key. |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a string key. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a string key. |
![]() | Use this function to peek at next item from the ObjectCollection without iterating to next item. |
![]() | Use this method to add remove object from the collection by a given index. |
![]() | Use this method to add remove object from the collection by a given object key. |
![]() | Use this method to add remove object from the collection by a given string key. |
![]() | Use this method to sort the collection. |