Search Results for

    Show / Hide Table of Contents

    Class LcpArrayBuilderTests.LcpArrayBuilderBuilderInput

    Inheritance
    System.Object
    LcpArrayBuilderTests.LcpArrayBuilderBuilderInput
    Implements
    System.IEquatable<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput>
    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.Tests.SuffixArrays.LongestCommonPrefix
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class LcpArrayBuilderBuilderInput : IEquatable<LcpArrayBuilderTests.LcpArrayBuilderBuilderInput>

    Constructors

    | Improve this Doc View Source

    LcpArrayBuilderBuilderInput(TextWithTerminator, SuffixArray)

    Declaration
    public LcpArrayBuilderBuilderInput(TextWithTerminator Text, SuffixArray SuffixArray)
    Parameters
    Type Name Description
    TextWithTerminator Text
    MoreStructures.SuffixArrays.SuffixArray SuffixArray

    Properties

    | Improve this Doc View Source

    SuffixArray

    Declaration
    public SuffixArray SuffixArray { get; set; }
    Property Value
    Type Description
    MoreStructures.SuffixArrays.SuffixArray
    | Improve this Doc View Source

    Text

    Declaration
    public TextWithTerminator Text { get; set; }
    Property Value
    Type Description
    TextWithTerminator

    Implements

    System.IEquatable<T>

    Extension Methods

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