Uses of Class
m865.datastructures.StackLL.Link

Packages that use StackLL.Link
m865.datastructures   
 

Uses of StackLL.Link in m865.datastructures
 

Fields in m865.datastructures declared as StackLL.Link
protected  StackLL.Link StackLL.top
          The Linked List starts with this link.
 

Constructors in m865.datastructures with parameters of type StackLL.Link
StackLL(int hash, StackLL.Link topOfLinkedList)
          Constructs a stack with a specified hash code and a specified linked list.