Package WordUtils :: Module tree :: Class Node
[show private | hide private]
[frames | no frames]

Class Node


Class representing a node in an in-memory ternary search tree.
Method Summary
  __init__(self, key)
Default constructor.

Class Variable Summary
int endpoint
NoneType eqkid
NoneType hikid
NoneType lokid
NoneType splitchar

Method Details

__init__(self, key=None)
(Constructor)

Default constructor.
Parameters:
key - key to be used to construct this node
           (type=single-character string)

Class Variable Details

endpoint

Type:
int
Value:
0                                                                      

eqkid

Type:
NoneType
Value:
None                                                                   

hikid

Type:
NoneType
Value:
None                                                                   

lokid

Type:
NoneType
Value:
None                                                                   

splitchar

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.1 on Mon Sep 8 16:37:48 2003 http://epydoc.sf.net