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 SourceLcpArrayBuilderBuilderInput(TextWithTerminator, SuffixArray)
Declaration
public LcpArrayBuilderBuilderInput(TextWithTerminator Text, SuffixArray SuffixArray)
Parameters
Type | Name | Description |
---|---|---|
TextWithTerminator | Text | |
MoreStructures.SuffixArrays.SuffixArray | SuffixArray |
Properties
| Improve this Doc View SourceSuffixArray
Declaration
public SuffixArray SuffixArray { get; set; }
Property Value
Type | Description |
---|---|
MoreStructures.SuffixArrays.SuffixArray |
Text
Declaration
public TextWithTerminator Text { get; set; }
Property Value
Type | Description |
---|---|
TextWithTerminator |
Implements
System.IEquatable<T>