![]() | DequeT Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.Deque`1"]
Namespace: com.espertech.esper.compat.collections
public interface Deque<T> : ICollection, IEnumerable, IEnumerable, IVisitable<T>
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.Deque`1"]
The DequeT 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.) |