Uses of Class
m865.datastructures.QueueLL.Link

Packages that use QueueLL.Link
m865.datastructures   
 

Uses of QueueLL.Link in m865.datastructures
 

Fields in m865.datastructures declared as QueueLL.Link
protected  QueueLL.Link QueueLL.front
          This link points to the front of the Linked List.
protected  QueueLL.Link QueueLL.back
          This link points to the back of the Linked List.
 

Constructors in m865.datastructures with parameters of type QueueLL.Link
QueueLL(int hash, QueueLL.Link front, QueueLL.Link back)
          Constructs a queue with a specified hash code and a clone of the specified ArrayList.