Skip to content

T_CodeJam_Collections_Suffix

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

Suffix Structure

Suffix of the SuffixTree

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public struct Suffix

VB

Public Structure Suffix

F#

[<SealedAttribute>]
type Suffix =  struct end

The Suffix type exposes the following members.

Properties

 

Name Description
Public property Length The length of the suffix
Public property Offset The offset of the suffix from the beginning of the source string
Public property SourceIndex The index of the source string in the order or addition to the Suffix tree

Remarks

0 - for the first added string, 1 - for the second, etc

Public property Value The suffix value
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Operators

 

Name Description
Public operatorStatic member Implicit(Suffix to String) String conversion operator
  Back to Top

See Also

Reference

CodeJam.Collections Namespace

Clone this wiki locally