Name | Description | |
---|---|---|
![]() | NBlocksDeque<T> Constructor | Overloaded. |
The following tables list the members exposed by NBlocksDeque<T>.
Name | Description | |
---|---|---|
![]() | NBlocksDeque<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of items (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | Item | Gets or sets the item at the specified index (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item |
![]() | Clear | Removes all items from this object (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | Contains | Queries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | GetIterator | Gets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | GetReverseIterator | Gets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | IndexOf | Overloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | Insert | Inserts the item at the specified index |
![]() | LastIndexOf | Overloaded. Gets the index at which the item appears in the set for the last time, starting from the specified index. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |
![]() | PeekBack | Returns the last item from the deque, without removing it. |
![]() | PeekFront | Returns the first item from the deque, without removing it. |
![]() | PopBack | Removes and returns the last item from the deque. |
![]() | PopFront | Removes and returns the first item from the deque. |
![]() | PushBack | Pushes the item at the back of the deque (makes it the last item in the deque) |
![]() | PushFront | Pushes the item at the front of the deque (makes it the first item in the deque) |
![]() | Remove | Overloaded. Removes the specified item |
![]() | RemoveAll | Removes all occurrence of the specified item. |
![]() | RemoveAt | Removes the item at the specified index |
![]() | RemoveLast | Overloaded. Removes the last occurrence of the specified item (if any) |
![]() | ToArray | Converts this set to an array. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>) |