Name | Description | |
---|---|---|
![]() | Count | Gets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<T>) |
The following tables list the members exposed by INQueue<T>.
Name | Description | |
---|---|---|
![]() | Count | Gets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<T>) |
Name | Description | |
---|---|---|
![]() | Clear | Removes all content (items) (Inherited from Nevron.Nov.DataStructures.INClearable) |
![]() | Contains | Queries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.INContains<T>) |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.INSet<T>) |
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | GetIterator | Gets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.INIterable<T>) |
![]() | Peek | Returns the first item of the queue without removing it |
![]() | ToArray | Converts this set to an array. (Inherited from Nevron.Nov.DataStructures.INSet<T>) |