edu.ucdavis.rj.Locks
Class PLIterator
java.lang.Object
edu.ucdavis.rj.Locks.PLIterator
public class PLIterator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
private PNode node
list
private PriorityList list
PLIterator
public PLIterator(PNode node,
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()