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