|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaima.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 NodeStorepublic Node remove()
remove in interface NodeStorepublic void add(java.util.List nodes)
add in interface NodeStorepublic boolean isEmpty()
isEmpty in interface NodeStorepublic int size()
size in interface NodeStore
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||