Click or drag to resize
ResizingArrayQueueItem Methods

The ResizingArrayQueueItem generic type exposes the following members.

Methods
  NameDescription
Public methodDequeue
Removes and returns the item on this queue that was least recently added.
Public methodEnqueue
Adds the item to this queue.
Public methodGetEnumerator
Returns an iterator that iterates over the items in this queue in FIFO order.
Public methodStatic memberMainTest
Demo test the ResizingArrayQueue data type.
Public methodPeek
Returns the item least recently added to this queue.
Top
See Also