Uses of Class
org.jdiagnose.concurrent.LinkedNode

Packages that use LinkedNode
org.jdiagnose.concurrent   
 

Uses of LinkedNode in org.jdiagnose.concurrent
 

Fields in org.jdiagnose.concurrent declared as LinkedNode
 LinkedNode LinkedNode.next
           
protected  LinkedNode BoundedLinkedQueue.head_
          Dummy header node of list.
protected  LinkedNode BoundedLinkedQueue.last_
          The last node of list.
 

Constructors in org.jdiagnose.concurrent with parameters of type LinkedNode
LinkedNode(java.lang.Object x, LinkedNode n)
           
 



Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.