public class BVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
BVector() |
|
BVector(long n) |
protected |
BVector(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(boolean x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
boolean |
get(int i) |
protected static long |
getCPtr(BVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
boolean val) |
long |
size() |
protected BVector(long cPtr, boolean cMemoryOwn)
public BVector()
public BVector(long n)
protected static long getCPtr(BVector obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(boolean x)
public boolean get(int i)
public void set(int i, boolean val)