FifoQueue<T> Class |
Namespace: DHI.Mike1D.Generic.Collections
public class FifoQueue<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyList<T>, IReadOnlyCollection<T>
The FifoQueue<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | FifoQueue<T>() | Initializes a new instance of the FifoQueue<T> class |
![]() | FifoQueue<T>(IEnumerable<T>) | Initializes a new instance of the FifoQueue<T> class |
![]() | FifoQueue<T>(Int32) | Initializes a new instance of the FifoQueue<T> class |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddRange | |
![]() | AddRotate | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | 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 | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Index | |
![]() | IndexOf | |
![]() | Insert | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Peek | |
![]() | PushBack | |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BinarySearch<T>(T) | Overloaded. (Defined by GenericExtensions.) |
![]() | BinarySearch<T>(Func<T, Int32>) | Overloaded. (Defined by GenericExtensions.) |
![]() | BinarySearch<T>(T, IComparer<T>) | Overloaded. (Defined by GenericExtensions.) |
![]() | BinarySearch<T, TKey>(Func<T, TKey>, TKey) | Overloaded. (Defined by GenericExtensions.) |
![]() | BinarySearch<T, TKey>(Func<T, TKey>, TKey, IComparer<TKey>) | Overloaded. (Defined by GenericExtensions.) |
![]() | FindIndex<T>(Predicate<T>) | Overloaded. (Defined by GenericExtensions.) |
![]() | FindIndex<T>(Int32, Predicate<T>) | Overloaded. (Defined by GenericExtensions.) |
![]() | Sort<T>() | Overloaded. (Defined by GenericExtensions.) |
![]() | Sort<T>(IComparer<T>) | Overloaded. (Defined by GenericExtensions.) |
![]() | SortStable<T>() | Overloaded. (Defined by GenericExtensions.) |
![]() | SortStable<T>(IComparer<T>) | Overloaded. (Defined by GenericExtensions.) |
![]() | SortStable<T>(Comparison<T>) | Overloaded. (Defined by GenericExtensions.) |