메소드 | 설명 | |
---|---|---|
AddEnd ( o ) : void | ||
AddFront ( o ) : void |
Add an object to the front of the queue
|
|
Clear ( ) : void | ||
Deque ( ) : System | ||
GetEnumerator ( ) : IEnumerator |
||
PeekEnd ( ) : T |
Peek the object at the end of the queue
|
|
PeekFront ( ) : T |
Peek the object at the front of the queue
|
|
RemoveEnd ( ) : T |
Remove an object from the end of the queue (FIFO)
|
|
RemoveFront ( ) : T |
Remove an object from the front of the queue (LIFO)
|
메소드 | 설명 | |
---|---|---|
IEnumerable ( ) : IEnumerator |