org.mmbase.util
Class QueueElement

java.lang.Object
  |
  +--org.mmbase.util.QueueElement

public class QueueElement
extends java.lang.Object

Element in a Queue.


Field Summary
 QueueElement next
          The next element in the queue (null indicates no next element).
 java.lang.Object obj
          The actual object stored in the queue
 
Constructor Summary
QueueElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

public java.lang.Object obj
The actual object stored in the queue

next

public QueueElement next
The next element in the queue (null indicates no next element).
Constructor Detail

QueueElement

public QueueElement()


MMBase 2002