textmaven.tst
Class DoublyLinkedList.DLLNode

java.lang.Object
  extended bytextmaven.tst.DoublyLinkedList.DLLNode
Enclosing class:
DoublyLinkedList

protected static class DoublyLinkedList.DLLNode
extends java.lang.Object


Field Summary
protected  java.lang.Object data
           
protected  DoublyLinkedList.DLLNode nextNode
           
protected  DoublyLinkedList.DLLNode previousNode
           
 
Constructor Summary
protected DoublyLinkedList.DLLNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextNode

protected DoublyLinkedList.DLLNode nextNode

previousNode

protected DoublyLinkedList.DLLNode previousNode

data

protected java.lang.Object data
Constructor Detail

DoublyLinkedList.DLLNode

protected DoublyLinkedList.DLLNode()


Copyright © 2002-2005 Sourceforge. All Rights Reserved.