An NDoc Documented Class Library

RotDeque Fields

The fields of the RotDeque class are listed below. For a complete list of RotDeque class members, see the RotDeque Members topic.

Public Static Fields

RotDequeDefaultSize The default size for a newly-created deque.

Protected Instance Fields

head The element at the head of the deque.
items The items in the deque.
size The deque size.
tail The element just past the tail of the deque.

See Also

RotDeque Class | Ringlet.Collections Namespace