Class Element

java.lang.Object
  |
  +--Element

public class Element
extends java.lang.Object


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

Field Detail

data

public java.lang.String data

next

public Pointer next
Constructor Detail

Element

public Element()