An NDoc Documented Class Library

TieredVector Fields

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

Public Static Fields

TieredVectorDefaultN The default characteristic value of a vector.

Protected Instance Fields

deques The actual array of 2^N deques.
mask The value of 2^N-1, cached to facilitate calculations.
n The value of N - the tiered vector's characteristic value.
n2 The value of 2^N - the number of deques within the vector, the number of elements within a deque.
next The index of the deque containing the first empty element.

See Also

TieredVector Class | Ringlet.Collections Namespace