|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.simonstl.fragment.BoolStack
The BoolStack class stores a stack of Boolean vales so that the FragmentFilter can keep track of which elements in a generated set need fragmenting.
Constructor Summary | |
BoolStack()
|
Method Summary | |
void |
clear()
|
boolean |
peek()
|
boolean |
pop()
|
void |
push(boolean boolValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BoolStack()
Method Detail |
public void push(boolean boolValue)
public boolean pop()
public boolean peek()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |