The methods of the RotDeque class are listed below. For a complete list of RotDeque class members, see the RotDeque Members topic.
![]() | Add an element to the end of the deque. |
![]() | Remove all elements from the deque. |
![]() | Perform a shallow copy of the deque. |
![]() | Determine whether an element is on the deque. |
![]() | Overloaded. Copies the deque's contents to an array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Gets an enumerator on the deque's elements. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Determine the index of an element on the deque. |
![]() | Insert an item into the deque at a specified position. |
![]() | Push the deque's elements to the left (so that head = 0). |
![]() | Pop an element from the back of the deque. |
![]() | Pop an element from the head of the deque. |
![]() | Push an element at the end of the deque. |
![]() | Push an element on the head of the deque. |
![]() | Remove the first occurence of an element from the deque. |
![]() | Remove the element at a specified position on the deque. |
![]() | Copy the deque's contents into an array of deques. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Get the actual position of an object in the items[] array. |