| bak.pcj.list.BooleanStack
All known Subclasses: bak.pcj.list.BooleanArrayStack,
Method Summary | |
boolean | peek() Returns the top element of this stack. | boolean | pop() Pops an element off this stack. | void | push(boolean v) Pushes a specified element onto this stack. |
push | void push(boolean v)(Code) | | Pushes a specified element onto this stack.
Parameters: v - the element to push onto this stack. |
|
|