Package yarp
Class BVector
- java.lang.Object
-
- yarp.BVector
-
public class BVector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BVector obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
size
public long size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
clear
public void clear()
-
add
public void add(boolean x)
-
get
public boolean get(int i)
-
set
public void set(int i, boolean val)
-
-