dncollections : dylan.NET.Collections Namespace

ALQueue Class

Documentation for this section has not yet been entered.

Syntax

public class ALQueue : ALList

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Members

See Also: Inherited members from ALList.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

Capacity int . Documentation for this section has not yet been entered. (Inherited from ALList.)
Head Item . Documentation for this section has not yet been entered. (Inherited from ALList.)
ItemArray Item[]. Documentation for this section has not yet been entered. (Inherited from ALList.)
Length int . Documentation for this section has not yet been entered. (Inherited from ALList.)
Tail Item . Documentation for this section has not yet been entered. (Inherited from ALList.)

Public Methods

Add (Item)
Documentation for this section has not yet been entered. (Inherited from ALList.)
Add (object)
Documentation for this section has not yet been entered. (Inherited from ALList.)
CopyValue (int, int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)
Dequeue () : Item
Documentation for this section has not yet been entered.
DequeueValue () : object
Documentation for this section has not yet been entered.
Enqueue (Item)
Documentation for this section has not yet been entered.
EnqueueValue (object)
Documentation for this section has not yet been entered.
FindItem (SearchDelegate) : Item
Documentation for this section has not yet been entered. (Inherited from ALList.)
FindItems (SearchDelegate) : ALList
Documentation for this section has not yet been entered. (Inherited from ALList.)
FindItemValue (SearchDelegate) : object
Documentation for this section has not yet been entered. (Inherited from ALList.)
GetItem (int) : Item
Documentation for this section has not yet been entered. (Inherited from ALList.)
GetItemValue (int) : object
Documentation for this section has not yet been entered. (Inherited from ALList.)
Peek () : Item
Documentation for this section has not yet been entered.
PeekValue () : object
Documentation for this section has not yet been entered.
Remove (int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)
SwapValues (int, int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)

Member Details

ALQueue Constructor

Documentation for this section has not yet been entered.

Syntax

public ALQueue ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Dequeue Method

Documentation for this section has not yet been entered.

Syntax

public Item Dequeue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

DequeueValue Method

Documentation for this section has not yet been entered.

Syntax

public object DequeueValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Enqueue Method

Documentation for this section has not yet been entered.

Syntax

public void Enqueue (Item ite)

Parameters

ite
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

EnqueueValue Method

Documentation for this section has not yet been entered.

Syntax

public void EnqueueValue (object o)

Parameters

o
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Peek Method

Documentation for this section has not yet been entered.

Syntax

public Item Peek ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

PeekValue Method

Documentation for this section has not yet been entered.

Syntax

public object PeekValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5