Uses of Class
gnu.hylafax.pool.BlockingStack

Packages that use BlockingStack
gnu.hylafax.pool   
 

Uses of BlockingStack in gnu.hylafax.pool
 

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