The HyphenationTree type exposes the following members.

Constructors

  NameDescription
Public methodHyphenationTree
Initializes a new instance of the HyphenationTree class

Methods

  NameDescription
Public methodAddClass
Public methodAddException
Public methodAddPattern
Public methodBalance (Inherited from TernaryTree.)
Public methodClone (Inherited from TernaryTree.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(String) (Inherited from TernaryTree.)
Public methodFind(array<Char>[]()[][], Int32) (Inherited from TernaryTree.)
Public methodFindPattern
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValues
Protected methodHstrcmp
Public methodHyphenate(String, Int32, Int32)
Public methodHyphenate(array<Char>[]()[][], Int32, Int32, Int32, Int32)
Protected methodInit (Inherited from TernaryTree.)
Public methodInsert(String, Char) (Inherited from TernaryTree.)
Public methodInsert(array<Char>[]()[][], Int32, Char) (Inherited from TernaryTree.)
Protected methodInsertBalanced (Inherited from TernaryTree.)
Public methodKnows (Inherited from TernaryTree.)
Public methodLoadSimplePatterns
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPackValues
Public methodPrintStats (Overrides TernaryTree..::..PrintStats()()()().)
Protected methodSearchPatterns
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTrimToSize (Inherited from TernaryTree.)
Protected methodUnpackValues

Fields

  NameDescription
Protected fieldclassmap
Protected fieldeq (Inherited from TernaryTree.)
Protected fieldfreenode (Inherited from TernaryTree.)
Protected fieldhi (Inherited from TernaryTree.)
Protected fieldkv (Inherited from TernaryTree.)
Protected fieldlength (Inherited from TernaryTree.)
Protected fieldlo (Inherited from TernaryTree.)
Protected fieldroot (Inherited from TernaryTree.)
Protected fieldsc (Inherited from TernaryTree.)
Protected fieldstoplist
Protected fieldvspace

Properties

  NameDescription
Public propertyKeys (Inherited from TernaryTree.)
Public propertySize (Inherited from TernaryTree.)

See Also