Package org.robwork.sdurw
Class Vector3fVector
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Vector3f>
-
- org.robwork.sdurw.Vector3fVector
-
-
Constructor Summary
Constructors Constructor Description Vector3fVector()Vector3fVector(int count, Vector3f value)Vector3fVector(long cPtr, boolean cMemoryOwn)Vector3fVector(java.lang.Iterable<Vector3f> initialElements)Vector3fVector(Vector3f[] initialElements)Vector3fVector(Vector3fVector other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, Vector3f e)booleanadd(Vector3f e)longcapacity()voidclear()voiddelete()Vector3fget(int index)static longgetCPtr(Vector3fVector obj)booleanisEmpty()Vector3fremove(int index)voidreserve(long n)Vector3fset(int index, Vector3f e)intsize()-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
Vector3fVector
public Vector3fVector(long cPtr, boolean cMemoryOwn)
-
Vector3fVector
public Vector3fVector(Vector3f[] initialElements)
-
Vector3fVector
public Vector3fVector(java.lang.Iterable<Vector3f> initialElements)
-
Vector3fVector
public Vector3fVector()
-
Vector3fVector
public Vector3fVector(Vector3fVector other)
-
Vector3fVector
public Vector3fVector(int count, Vector3f value)
-
-
Method Detail
-
getCPtr
public static long getCPtr(Vector3fVector obj)
-
delete
public void delete()
-
get
public Vector3f get(int index)
-
add
public boolean add(Vector3f e)
-
add
public void add(int index, Vector3f e)
-
remove
public Vector3f remove(int index)
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-