net.sf.zig_project.gpl.common.queue
Class LinkedQueue.QueueEntry
java.lang.Object
net.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public LinkedQueue.QueueEntry next
entry
public final Object entry
LinkedQueue.QueueEntry
protected LinkedQueue.QueueEntry(LinkedQueue.QueueEntry qe)
LinkedQueue.QueueEntry
protected LinkedQueue.QueueEntry(Object o)