edu.ucdavis.rj
Class PLIterator
java.lang.Object
edu.ucdavis.rj.PLIterator
public class PLIterator
- extends java.lang.Object
Constructor Summary |
PLIterator(PNode node,
edu.ucdavis.rj.PriorityList list)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLIterator
public PLIterator(PNode node,
edu.ucdavis.rj.PriorityList list)
remove
public void remove()
next
public void next()
isNull
public boolean isNull()
isEC
public boolean isEC()
thread
public java.lang.Thread thread()
setThread
public void setThread(java.lang.Thread theThread)
priority
public long priority()
getLock
public PairBoolean getLock()
releaseFirst
public void releaseFirst()
releaseSecond
public void releaseSecond()
cloneIterator
public PLIterator cloneIterator()