net.sf.zig_project.gpl.common.queue
Class PriorityQueueBase.QueueSequencer

java.lang.Object
  extended bynet.sf.zig_project.gpl.common.queue.PriorityQueueBase.QueueSequencer
All Implemented Interfaces:
Enumeration
Enclosing class:
PriorityQueueBase

protected class PriorityQueueBase.QueueSequencer
extends Object
implements Enumeration

Provides an Enumeration of the internal queues within the priority queue. This class will enumerate each Enumeration of elements of the internal queues.

See Also:
PriorityQueueBase.elements(), JoinedEnumeration

Constructor Summary
protected PriorityQueueBase.QueueSequencer()
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityQueueBase.QueueSequencer

protected PriorityQueueBase.QueueSequencer()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration