com.wallstreetwise.core.data
Class Node_D

java.lang.Object
  extended by com.wallstreetwise.core.data.Node
      extended by com.wallstreetwise.core.data.Node_D

public class Node_D
extends Node

A data node in the JSpell dictionary file.


Field Summary
 java.lang.String dataElement
          Data element associated with this node.
 int nextNodeOffset
          Pointer to next Node_D.
 
Fields inherited from class com.wallstreetwise.core.data.Node
buffered, nodeOffset
 
Constructor Summary
Node_D()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nextNodeOffset

public int nextNodeOffset
Pointer to next Node_D.


dataElement

public java.lang.String dataElement
Data element associated with this node.

Constructor Detail

Node_D

public Node_D()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JSpell SDK 2004 Spell Checker for the Java (tm) Platform
Copyright © 1996-2005 The Solution Cafe Inc, All Rights Reserved - http://www.thesolutioncafe.com