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 voidadd(int index, complexd e)booleanadd(complexd e)longcapacity()voidclear()voiddelete()complexdget(int index)static longgetCPtr(VectorComplexDouble obj)booleanisEmpty()complexdremove(int index)voidreserve(long n)complexdset(int index, complexd e)intsize()-
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()
-
-