Package org.robwork.sdurw_core
Class VectorComplexDouble
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<complexd>
-
- org.robwork.sdurw_core.VectorComplexDouble
-
-
Constructor Summary
Constructors Constructor Description VectorComplexDouble()
VectorComplexDouble(int count, complexd value)
VectorComplexDouble(long cPtr, boolean cMemoryOwn)
VectorComplexDouble(java.lang.Iterable<complexd> initialElements)
VectorComplexDouble(complexd[] initialElements)
VectorComplexDouble(VectorComplexDouble other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, complexd e)
boolean
add(complexd e)
long
capacity()
void
clear()
void
delete()
complexd
get(int index)
static long
getCPtr(VectorComplexDouble obj)
boolean
isEmpty()
complexd
remove(int index)
void
reserve(long n)
complexd
set(int index, complexd e)
int
size()
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
VectorComplexDouble
public VectorComplexDouble(long cPtr, boolean cMemoryOwn)
-
VectorComplexDouble
public VectorComplexDouble(complexd[] initialElements)
-
VectorComplexDouble
public VectorComplexDouble(java.lang.Iterable<complexd> initialElements)
-
VectorComplexDouble
public VectorComplexDouble()
-
VectorComplexDouble
public VectorComplexDouble(VectorComplexDouble other)
-
VectorComplexDouble
public VectorComplexDouble(int count, complexd value)
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorComplexDouble obj)
-
delete
public void delete()
-
get
public complexd get(int index)
-
add
public boolean add(complexd e)
-
add
public void add(int index, complexd e)
-
remove
public complexd remove(int index)
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-