Class SuffixTrieNode.Leaf
Builds a leaf, i.e. a node with no children and the start index of the suffix in the text.
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)
Namespace: MoreStructures.SuffixTries
Assembly: MoreStructures.dll
Syntax
public class Leaf : SuffixTrieNode, ISuffixStructureNode<SuffixTrieEdge, SuffixTrieNode>, IRecImmDictIndexedTreeNode<SuffixTrieEdge, SuffixTrieNode>, IEquatable<SuffixTrieNode>, IEquatable<SuffixTrieNode.Leaf>
Constructors
| Improve this Doc View SourceLeaf(Int32)
Builds a leaf, i.e. a node with no children and the start index of the suffix in the text.
Declaration
public Leaf(int LeafStart)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | LeafStart |
Properties
| Improve this Doc View SourceLeafStart
Declaration
public int LeafStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>
System.IEquatable<T>