org.dbunit.util.concurrent
Class LinkedNode

java.lang.Object
  extended by org.dbunit.util.concurrent.LinkedNode

public class LinkedNode
extends Object

A standard linked list node used in various queue classes

Since:
? (pre 2.1)
Version:
$Revision: 766 $ $Date: 2008-08-01 13:05:20 +0200 (Fri, 01 Aug 2008) $
Author:
Doug Lea, Last changed by: $Author: gommma $

Field Summary
 LinkedNode next
           
 Object value
           
 
Constructor Summary
LinkedNode()
           
LinkedNode(Object x)
           
LinkedNode(Object x, LinkedNode n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Object value

next

public LinkedNode next
Constructor Detail

LinkedNode

public LinkedNode()

LinkedNode

public LinkedNode(Object x)

LinkedNode

public LinkedNode(Object x,
                  LinkedNode n)


Copyright © 2002-2012. All Rights Reserved.