|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.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 Queue
add
in class AbstractQueue
public void add(java.util.List items)
add
in interface Queue
add
in class AbstractQueue
public java.lang.Object remove()
remove
in interface Queue
remove
in class AbstractQueue
public java.lang.Object get()
get
in interface Queue
get
in class AbstractQueue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |