|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.search.p2p.bfs.QueueElement
This class provides an element in a search queue
| Constructor Summary | |
QueueElement()
|
|
QueueElement(int value)
Constructor for QueueElement. |
|
| Method Summary | |
QueueElement |
getNext()
This method returns the next element |
QueueElement |
getPrev()
This method returns the previous element |
int |
getValue()
This method returns the value of the element |
void |
setNext(QueueElement element)
This method sets the next element |
void |
setPrev(QueueElement element)
This method sets the previous element |
void |
setValue(int value)
This method sets the value of the element |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueueElement(int value)
public QueueElement()
| Method Detail |
public int getValue()
public void setValue(int value)
value - public QueueElement getNext()
public QueueElement getPrev()
public void setNext(QueueElement element)
element - public void setPrev(QueueElement element)
element -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||