Package schrodinger :: Package job :: Module queue :: Class LinkedListNode
[hide private]
[frames] | no frames]

Class LinkedListNode

A node for the LinkedList class, holding a value, and a reference to the previous and next node in the list.

Instance Methods [hide private]
 
__init__(self, value, prev=None)