Package org.robwork.sdurw_math
Class VectorQ
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Q>
-
- org.robwork.sdurw_math.VectorQ
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, Q e)
boolean
add(Q e)
long
capacity()
void
clear()
void
delete()
Q
get(int index)
static long
getCPtr(VectorQ obj)
boolean
isEmpty()
Q
remove(int index)
void
reserve(long n)
Q
set(int index, Q e)
int
size()
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorQ obj)
-
delete
public void delete()
-
get
public Q get(int index)
-
add
public boolean add(Q e)
-
add
public void add(int index, Q e)
-
remove
public Q remove(int index)
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-