|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscone.robot.GenericURLQueue
scone.robot.BreadthSearchURLQueue
public class BreadthSearchURLQueue
Implementation of a fifo queue used for breadthsearch
| Field Summary |
|---|
| Fields inherited from class scone.robot.GenericURLQueue |
|---|
numberOfElements, queue |
| Constructor Summary | |
|---|---|
BreadthSearchURLQueue()
The constructor |
|
| Method Summary | |
|---|---|
QueueEntry |
dequeue()
Get the next entry from the queue |
| Methods inherited from class scone.robot.GenericURLQueue |
|---|
getNumberOfPendingQueueEntries, getNumberOfPendingQueueEntries, getPendingQueueEntries, getPendingQueueEntries, getPendingURL, isPendingURL, queue, removeAllQueueEntries, removeQueueEntry, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BreadthSearchURLQueue()
| Method Detail |
|---|
public QueueEntry dequeue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||