Object
ObjectQueue
![]() | Use this property to get the size (element count) of the queue. |
![]() | Use this method to add a object to the queue. |
![]() | Use this method to add multiple objects from any container that implements the IIterator interface. |
![]() | Use this function to read from the back of the queue. |
![]() | Use this function to read from the front of the queue. |
![]() | Use to get next item from the ObjectQueue. |
![]() | Use to get info if there are more items in the ObjectQueue. |
![]() | Use to reset the iterator in the ObjectQueue. |
![]() | Use this function to peek at next item from the ObjectQueue without causing iteration. |
![]() | Use this method to pop one item from the queue. |
![]() | Use this method to push one item into the queue. |