|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.moremotion.util.BooleanStack
public class BooleanStack
| Constructor Summary | |
|---|---|
BooleanStack(int size)
Creates a new instance of BoolStack |
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
peek()
|
boolean |
pop()
|
void |
push(boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanStack(int size)
| Method Detail |
|---|
public void push(boolean value)
public boolean pop()
public boolean peek()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||