|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.action.context.BooleanArray
public class BooleanArray
Constructor Summary | |
---|---|
BooleanArray(int size)
Create a new context with a new boolean array |
Method Summary | |
---|---|
boolean |
getBoolean(int index)
Return a boolean value of this context. |
void |
setBoolean(int index,
boolean b)
Set a boolean value of this context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanArray(int size)
size
- the array's size of this context.Method Detail |
---|
public boolean getBoolean(int index)
index
- the boolean index to be returned
public void setBoolean(int index, boolean b)
index
- the boolean index to be setb
- the boolean to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |