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