![]() ![]() | The default size for a newly-created deque. |
![]() | Overloaded. Initializes a new instance of the RotDeque class. |
![]() | Non-destructive retrieval of the element at the back of the deque. |
![]() | Non-destructive retrieval of the element at the head of the deque. |
![]() | Get the deque's capacity. |
![]() | Get the number of elements currently on the deque. |
![]() | Query whether the deque is empty. |
![]() | Query whether the deque is full. |
![]() | Get a value indicating whether the deque has a fixed size. |
![]() | Get a value indicating whether the deque is read-only. |
![]() | Gets a value indicating whether access to the RotDeque is synchronized (thread-safe). |
![]() | Retrieve an element from the deque. |
![]() | Gets an object that may be used to synchronize access to the RotDeque. |
![]() | 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. |
![]() | The element at the head of the deque. |
![]() | The items in the deque. |
![]() | The deque size. |
![]() | The element just past the tail of the deque. |
![]() | 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. |