IQueue Interface
Represents type IQueue
.
Spring.Collections.IEnumerable
Spring.Collections.IQueue
Spring.Collections.Adapters.TQueueAdapter<T>
type IQueue = interface(IEnumerable) ['{B3377E32-ADA1-414F-8762-1EA0E4FEF794}'] end;
The IQueue type exposes the following members.
Name | Description | |
---|---|---|
Count | Returns the number of elements in a sequence. (Inherited from IEnumerable.) | |
ElementType | Returns the type of the elements in the sequence. (Inherited from IEnumerable.) | |
IsEmpty | Determines whether the sequence contains no elements. (Inherited from IEnumerable.) | |
OnChanged | Represents property |
Name | Description | |
---|---|---|
AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) | |
Clear | Represents method | |
Dequeue | Represents method | |
Enqueue(TValue) | Represents method | |
GetCount | Represents method | |
GetElementType | Represents method | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetIsEmpty | Represents method | |
GetOnChanged | Represents method | |
Peek | Represents method | |
PeekOrDefault | Represents method | |
TryDequeue(TValue) | Represents method | |
TryPeek(TValue) | Represents method |