net.sf.zig_project.gpl.common.queue
Class LinkedQueue.LinkedSequencer
java.lang.Object
net.sf.zig_project.gpl.common.queue.LinkedQueue.LinkedSequencer
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- LinkedQueue
- protected static class LinkedQueue.LinkedSequencer
- extends Object
- implements Enumeration
Provides an enumerable implementation of the elements
within a LinkedQueue.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ele
protected LinkedQueue.QueueEntry ele
LinkedQueue.LinkedSequencer
public LinkedQueue.LinkedSequencer(LinkedQueue.QueueEntry first)
- Constructs a LinkedSequence.
- Parameters:
first
- the QueueEntry to start enumerating from
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration