class PLIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PriorityList |
list |
private PNode |
node |
Constructor and Description |
---|
PLIterator(PNode node,
PriorityList list) |
Modifier and Type | Method and Description |
---|---|
PLIterator |
cloneIterator() |
PairBoolean |
getLock() |
boolean |
isEC() |
boolean |
isNull() |
void |
next() |
long |
priority() |
void |
releaseFirst() |
void |
releaseSecond() |
void |
remove() |
void |
setThread(java.lang.Thread theThread) |
java.lang.Thread |
thread() |
private PNode node
private PriorityList list
public PLIterator(PNode node, PriorityList list)
public void remove()
public void next()
public boolean isNull()
public boolean isEC()
public java.lang.Thread thread()
public void setThread(java.lang.Thread theThread)
public long priority()
public PairBoolean getLock()
public void releaseFirst()
public void releaseSecond()
public PLIterator cloneIterator()