CircularQueueT Class |
Namespace: Clio.Utilities
The CircularQueueT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CircularQueueT |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the QueueT. (Inherited from QueueT.) |
![]() | First |
Name | Description | |
---|---|---|
![]() | Clear | Removes all objects from the QueueT. (Inherited from QueueT.) |
![]() | Contains | Determines whether an element is in the QueueT. (Inherited from QueueT.) |
![]() | CopyTo | Copies the QueueT elements to an existing one-dimensional Array, starting at the specified array index. (Inherited from QueueT.) |
![]() | CycleTo | |
![]() | Dequeue | |
![]() | Enqueue | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the QueueT. (Inherited from QueueT.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Peek | Returns the object at the beginning of the QueueT without removing it. (Inherited from QueueT.) |
![]() | ToArray | Copies the QueueT elements to a new array. (Inherited from QueueT.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the QueueT, if that number is less than 90 percent of current capacity. (Inherited from QueueT.) |
Name | Description | |
---|---|---|
![]() | OnEndOfQueue | |
![]() | OnStartOfQueue |