com.wallstreetwise.core.data
Class Node

java.lang.Object
  extended by com.wallstreetwise.core.data.Node
Direct Known Subclasses:
Node_D, Node_R, Node_S

public class Node
extends java.lang.Object

Part of the binary index structure for JSpell.


Field Summary
 boolean buffered
          Last access time of this node.
 int nodeOffset
          Position of this node within the dictionary file.
 
Constructor Summary
Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeOffset

public int nodeOffset
Position of this node within the dictionary file.


buffered

public boolean buffered
Last access time of this node.

Constructor Detail

Node

public Node()


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