goldman.collection.positional
Class DoublyLinkedList.DLListItem<E>

java.lang.Object
  extended by goldman.collection.positional.SinglyLinkedList.ListItem<E>
      extended by goldman.collection.positional.DoublyLinkedList.DLListItem<E>
Enclosing class:
DoublyLinkedList<E>

protected static class DoublyLinkedList.DLListItem<E>
extends SinglyLinkedList.ListItem<E>


Method Summary
protected  void setNext(SinglyLinkedList.ListItem<E> next)
           
 
Methods inherited from class goldman.collection.positional.SinglyLinkedList.ListItem
moveNextAfter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setNext

protected void setNext(SinglyLinkedList.ListItem<E> next)
Overrides:
setNext in class SinglyLinkedList.ListItem<E>
Parameters:
next - the value to update the next reference