|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.util.BoolList
public final class BoolList
This is a simple container for native boolean values.
| Field Summary | |
|---|---|
boolean[] |
list
Value array. |
int |
size
Current array size. |
| Constructor Summary | |
|---|---|
BoolList()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
add(boolean v)
Adds next value. |
boolean[] |
finish()
Finishes the int array. |
void |
reset()
Resets the integer list. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean[] list
public int size
| Constructor Detail |
|---|
public BoolList()
| Method Detail |
|---|
public void add(boolean v)
v - value to be addedpublic boolean[] finish()
public void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||