|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.util.BooleanArray
public class BooleanArray
exposes an array of booleans and uses an int to hold the state.
Constructor Summary | |
---|---|
BooleanArray()
|
Method Summary | |
---|---|
boolean |
get(int index)
|
void |
set(int index,
boolean value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanArray()
Method Detail |
---|
public boolean get(int index)
public void set(int index, boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |