net.sf.zig_project.gpl.common.queue
Class LinkedQueue.QueueEntry

java.lang.Object
  extended bynet.sf.zig_project.gpl.common.queue.LinkedQueue.QueueEntry
Direct Known Subclasses:
LinkedDuplexQueue.DuplexEntry
Enclosing class:
LinkedQueue

protected static class LinkedQueue.QueueEntry
extends Object

A thin wrapper to store Objects into a LinkedList structure. The ordering is ideal for containing Objects within a Queue. Members of this class are public to maximize robustness and versatility. It is anticipated that all instances of this class should instead be encapsulated.


Field Summary
 Object entry
           
 LinkedQueue.QueueEntry next
           
 
Constructor Summary
protected LinkedQueue.QueueEntry(LinkedQueue.QueueEntry qe)
           
protected LinkedQueue.QueueEntry(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public LinkedQueue.QueueEntry next

entry

public final Object entry
Constructor Detail

LinkedQueue.QueueEntry

protected LinkedQueue.QueueEntry(LinkedQueue.QueueEntry qe)

LinkedQueue.QueueEntry

protected LinkedQueue.QueueEntry(Object o)