Search Results for

    Show / Hide Table of Contents

    Class XQueue<T>

    A IXifoStructure<T> based on a .

    Inheritance
    System.Object
    XQueue<T>
    Implements
    IXifoStructure<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.XifoStructures
    Assembly: MoreStructures.dll
    Syntax
    public class XQueue<T> : IXifoStructure<T>
    Type Parameters
    Name Description
    T

    The type of items of the data structure, and of the underlying .

    Properties

    | Improve this Doc View Source

    Count

    Invokes on the underlying .

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Pop()

    Invokes on the underlying .

    Declaration
    public T Pop()
    Returns
    Type Description
    T

    An item of type T.

    | Improve this Doc View Source

    Push(T)

    Invokes on the underlying .

    Declaration
    public void Push(T item)
    Parameters
    Type Name Description
    T item

    An item of type T.

    Implements

    IXifoStructure<T>

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX