net.sf.zig_project.gpl.common.queue
Class PriorityQueueBase.QueueSequencer
java.lang.Object
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityQueueBase.QueueSequencer
protected PriorityQueueBase.QueueSequencer()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration