|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.nodestore.FIFONodeStore
public class FIFONodeStore
Constructor Summary | |
---|---|
FIFONodeStore()
|
Method Summary | |
---|---|
void |
add(java.util.List nodes)
|
void |
add(Node anItem)
|
boolean |
isEmpty()
|
Node |
remove()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FIFONodeStore()
Method Detail |
---|
public void add(Node anItem)
add
in interface NodeStore
public Node remove()
remove
in interface NodeStore
public void add(java.util.List nodes)
add
in interface NodeStore
public boolean isEmpty()
isEmpty
in interface NodeStore
public int size()
size
in interface NodeStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |