|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.sbql.engine.QueryResultStack
Constructor Summary | |
QueryResultStack()
|
Method Summary | |
boolean |
empty()
|
QueryResult |
getElementAt(int i)
|
QueryResult |
getLastElement(int i)
|
int |
getSize()
|
QueryResult |
pop()
|
void |
push(QueryResult qr)
|
void |
show()
|
QueryResult |
top()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryResultStack()
Method Detail |
public boolean empty()
public void push(QueryResult qr)
public QueryResult pop() throws EmptyStackException
public QueryResult top() throws EmptyStackException
public int getSize()
public QueryResult getElementAt(int i)
public QueryResult getLastElement(int i)
public void show()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |