|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaima.util.AbstractQueue
aima.datastructures.FIFOQueue
public class FIFOQueue
| Field Summary |
|---|
| Fields inherited from class aima.util.AbstractQueue |
|---|
linkedList |
| Constructor Summary | |
|---|---|
FIFOQueue()
|
|
| Method Summary | |
|---|---|
void |
add(java.util.List items)
|
void |
add(java.lang.Object anItem)
|
java.lang.Object |
get()
|
java.lang.Object |
remove()
|
| Methods inherited from class aima.util.AbstractQueue |
|---|
addToBack, addToBack, addToFront, addToFront, asList, getFirst, getLast, isEmpty, removeFirst, removeLast, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIFOQueue()
| Method Detail |
|---|
public void add(java.lang.Object anItem)
add in interface Queueadd in class AbstractQueuepublic void add(java.util.List items)
add in interface Queueadd in class AbstractQueuepublic java.lang.Object remove()
remove in interface Queueremove in class AbstractQueuepublic java.lang.Object get()
get in interface Queueget in class AbstractQueue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||