-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Collections_Suffix
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Suffix of the SuffixTree
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public struct Suffix
VB
Public Structure Suffix
F#
[<SealedAttribute>]
type Suffix = struct end
The Suffix type exposes the following members.
Name | Description | |
---|---|---|
Length | The length of the suffix | |
Offset | The offset of the suffix from the beginning of the source string | |
SourceIndex |
The index of the source string in the order or addition to the Suffix tree
0 - for the first added string, 1 - for the second, etc |
|
Value | The suffix value |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Implicit(Suffix to String) | String conversion operator |