IQueue<T>
Overview
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
- Ancestry: IImmutableQueue<T> | IQueue<T>
Clear
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Contains (declared in IImmutableQueue<T>)
method Contains(Item: T): Boolean
Boolean Contains(T Item)
func Contains(_ Item: T) -> Boolean
Boolean Contains(T Item)
Function Contains(Item As T) As Boolean
Parameters:
- Item:
Count (declared in IImmutableQueue<T>)
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Integer Count { __get; }
ReadOnly Property Count() As Int32
Dequeue
method Dequeue: T
T Dequeue()
func Dequeue() -> T
T Dequeue()
Function Dequeue() As T
Enqueue
method Enqueue(Item: T)
void Enqueue(T Item)
func Enqueue(_ Item: T)
void Enqueue(T Item)
Sub Enqueue(Item As T)
Parameters:
- Item:
Peek (declared in IImmutableQueue<T>)
method Peek: nullable T
T? Peek()
func Peek() -> T?
T Peek()
Function Peek() As T?
ToArray (declared in IImmutableQueue<T>)
method ToArray: array of T
T[] ToArray()
func ToArray() -> T...
T[] ToArray()
Function ToArray() As T()
Count (declared in IImmutableQueue<T>)
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Integer Count { __get; }
ReadOnly Property Count() As Int32
Clear
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Contains (declared in IImmutableQueue<T>)
method Contains(Item: T): Boolean
Boolean Contains(T Item)
func Contains(_ Item: T) -> Boolean
Boolean Contains(T Item)
Function Contains(Item As T) As Boolean
Parameters:
- Item:
Dequeue
method Dequeue: T
T Dequeue()
func Dequeue() -> T
T Dequeue()
Function Dequeue() As T
Enqueue
method Enqueue(Item: T)
void Enqueue(T Item)
func Enqueue(_ Item: T)
void Enqueue(T Item)
Sub Enqueue(Item As T)
Parameters:
- Item:
Peek (declared in IImmutableQueue<T>)
method Peek: nullable T
T? Peek()
func Peek() -> T?
T Peek()
Function Peek() As T?
ToArray (declared in IImmutableQueue<T>)
method ToArray: array of T
T[] ToArray()
func ToArray() -> T...
T[] ToArray()
Function ToArray() As T()