![]() | DequeT Methods |
The DequeT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddFirst | |
![]() | AddLast | |
![]() | Peek |
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
|
![]() | Poll |
Retrieves and removes the head of the queue represented by this deque or returns null if deque is empty.
|
![]() | RemoveFirst | |
![]() | RemoveLast | |
![]() | Visit | (Inherited from IVisitableT.) |