Uses of Class
gnu.hylafax.pool.BlockingStack.Node

Packages that use BlockingStack.Node
gnu.hylafax.pool   
 

Uses of BlockingStack.Node in gnu.hylafax.pool
 

Fields in gnu.hylafax.pool declared as BlockingStack.Node
protected  BlockingStack.Node BlockingStack.top
          Actual top of the stack.
 

Methods in gnu.hylafax.pool that return BlockingStack.Node
 BlockingStack.Node BlockingStack.Node.getNext()
           
 

Methods in gnu.hylafax.pool with parameters of type BlockingStack.Node
 void BlockingStack.Node.setNext(BlockingStack.Node next)
           
 

Constructors in gnu.hylafax.pool with parameters of type BlockingStack.Node
BlockingStack.Node(java.lang.Object object, BlockingStack.Node next)
          Creates a Node with the specific object and next node.