Search Results for

    Show / Hide Table of Contents

    Class SuffixTrieNodeTests

    Inheritance
    System.Object
    SuffixTrieNodeTests
    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.SuffixTries
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class SuffixTrieNodeTests

    Methods

    | Improve this Doc View Source

    Children_Immutability_FromCtorParam()

    Declaration
    public void Children_Immutability_FromCtorParam()
    | Improve this Doc View Source

    Children_ImmutabilityOnGet()

    Declaration
    public void Children_ImmutabilityOnGet()
    | Improve this Doc View Source

    Ctor_InvalidArguments()

    Declaration
    public void Ctor_InvalidArguments()
    | Improve this Doc View Source

    Equality_IsAlwaysByValue()

    Declaration
    public void Equality_IsAlwaysByValue()
    | Improve this Doc View Source

    Indexer_RetrievesChild()

    Declaration
    public void Indexer_RetrievesChild()
    | Improve this Doc View Source

    ToString_IsTheSameOnEquivalentTrees()

    Declaration
    public void ToString_IsTheSameOnEquivalentTrees()
    | Improve this Doc View Source

    ToString_OnLeafIncludesStart()

    Declaration
    public void ToString_OnLeafIncludesStart()

    Extension Methods

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