Uses of Class
edu.rice.comp211.laundry.list.BiList.Node

Packages that use BiList.Node
edu.rice.comp211.laundry.list   
 

Uses of BiList.Node in edu.rice.comp211.laundry.list
 

Fields in edu.rice.comp211.laundry.list declared as BiList.Node
(package private)  BiList.Node<T> BiList.BiIterator.current
          The current node the iterator is pointing to
private  BiList.Node<T> BiList.head
          The header node for the list.
(package private)  BiList.Node<T> BiList.Node.pred
          The predecessor and successor nodes
(package private)  BiList.Node<T> BiList.Node.succ
          The predecessor and successor nodes
 

Constructors in edu.rice.comp211.laundry.list with parameters of type BiList.Node
BiList.Node(T i, BiList.Node<T> p, BiList.Node<T> s)
          Constructor
BiList.Node(T i, BiList.Node<T> p, BiList.Node<T> s)
          Constructor