![]() ![]() | The default characteristic value of a vector. |
![]() | Overloaded. Initializes a new instance of the TieredVector class. |
![]() | Get the total vector capacity. |
![]() | Get the number of elements in the vector. |
![]() | Check if the vector is empty. |
![]() | Check if the vector is filled to capacity and adding another element would cause it to grow. |
![]() | Get a value indicating whether the tiered vector has a fixed size. |
![]() | Get a value indicating whether the tiered vector is read-only. |
![]() | Get a value indicating whether the tiered vector is safe for multithreaded operations. |
![]() | Retrieve a vector element by index. |
![]() | Get an object suitable for thread synchronization. |
![]() | Overloaded. Adds an element into the vector, preserving the sorting of the rest. |
![]() | Removes all elements from the vector. |
![]() | Perform a shallow copy of the tiered vector. |
![]() | Determines whether an element is contained in the vector. |
![]() | Copy the vector's elements to an array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Get an enumerator on the tiered vector. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. Find the first occurrence of an element in the vector. |
![]() | Insert an element at a specified position into the tiered vector. |
![]() | Overloaded. Remove the first occurrence of the specified object. |
![]() | Remove the element at the specified index. |
![]() | Returns a String that represents the current Object. |
![]() | The actual array of 2^N deques. |
![]() | The value of 2^N-1, cached to facilitate calculations. |
![]() | The value of N - the tiered vector's characteristic value. |
![]() | The value of 2^N - the number of deques within the vector, the number of elements within a deque. |
![]() | The index of the deque containing the first empty element. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Find the deque in which an object should be placed. |
![]() | Find the position at which an object would be placed in a deque. |
![]() | Grow the tiered vector. |
![]() | Creates a shallow copy of the current Object. |
![]() | Shrink the tiered vector. |