Object
ObjectArray
![]() | The default constructor for the ObjectArray class. |
![]() | Use this constructor to construct a instance of the array and have influence on the grow rate of the array. |
![]() | Use this method to add a object to the array. |
![]() | Use this method to add multiple objects from any container that implements the IIterator interface. |
![]() | Use this method to append a object to the array. |
![]() | Appends the passed in ObjectArray to the current ObjectArray. |
![]() | Use this function to get the element count from the array. |
![]() | Use this function to read a item from the array. |
![]() | Use this function to get next item from the ObjectArray. |
![]() | Use this function to get info if there are more items in the ObjectArray. |
![]() | Returns a index of a element in the array. |
![]() | Use this method to insert a object to the array. |
![]() | Use this setter/getter function to read or write to a item in the array. |
![]() | The method that will handle mapping each element of the array. |
![]() | Use to reset the iterator in the ObjectArray. |
![]() | Implements the Redim operator. |
![]() | Implements operator to write to the array with the ( ) indexer operator. |
![]() | Implements operator to read from the array with the ( ) indexer operator. |
![]() | Use this function to peek at next item from the ObjectArray without iterating to next item. |
![]() | Use this method to remove objects from the array. |
![]() | Use this method to remove a single object from the array. |
![]() | Use this method to remove a single object from the array. |
![]() | Use this method to resize the array. |
![]() | Use this function to write a item to the array. |
![]() | Use this method to sort the array. |
![]() | Use this method to swap two objects in the array. |
![]() | Calls the given delegate routine for each element in the array. |
![]() | A delegate for the Map method on this class. |
![]() | A delegate for the Walk method on this class. |