Package org.robwork.sdurw
Class Vectorbool
- java.lang.Object
-
- org.robwork.sdurw.Vectorbool
-
public class Vectorbool extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vectorbool()Vectorbool(long n)Vectorbool(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(boolean x)longcapacity()voidclear()voiddelete()booleanget(int i)static longgetCPtr(Vectorbool obj)booleanisEmpty()voidreserve(long n)voidset(int i, boolean val)longsize()
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Vectorbool obj)
-
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)
-
-