|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chayden.eliza.KeyStack
A stack of keys. The keys are kept in rank order.
Constructor Summary | |
KeyStack()
|
Method Summary | |
Key |
key(int n)
Get a key from the stack. |
int |
keyTop()
Get the stack size. |
void |
print()
Prints the key stack. |
void |
pushKey(Key key)
Push a key in the stack. |
void |
reset()
Reset the key stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStack()
Method Detail |
public void print()
public int keyTop()
public void reset()
public Key key(int n)
public void pushKey(Key key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |