Uses of Class
net.chayden.eliza.Key

Packages that use Key
net.chayden.eliza   
 

Uses of Key in net.chayden.eliza
 

Methods in net.chayden.eliza that return Key
 Key KeyStack.key(int n)
          Get a key from the stack.
 

Methods in net.chayden.eliza with parameters of type Key
 void KeyStack.pushKey(Key key)
          Push a key in the stack.
 void Key.copy(Key k)