|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscone.robot.GenericURLQueue
scone.robot.BreadthSearchURLQueue
scone.robot.DepthSearchURLQueue
public class DepthSearchURLQueue
Implementation of a lifo queue used for depthsearch
| Field Summary |
|---|
| Fields inherited from class scone.robot.GenericURLQueue |
|---|
numberOfElements, queue |
| Constructor Summary | |
|---|---|
DepthSearchURLQueue()
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 DepthSearchURLQueue()
| Method Detail |
|---|
public QueueEntry dequeue()
dequeue in interface URLQueuedequeue in class BreadthSearchURLQueue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||