edu.stanford.nlp.classify
Class Node

java.lang.Object
  |
  +--edu.stanford.nlp.classify.Node

public class Node
extends Object

For the LinkedList?


Field Summary
 Node next
           
 Object value
           
 
Constructor Summary
Node()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Object value

next

public Node next
Constructor Detail

Node

public Node()


Stanford NLP Group