Package org.robwork.sdurw_math
Class VectorEigenRowVector3d
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<EigenRowVector3d>
-
- org.robwork.sdurw_math.VectorEigenRowVector3d
-
- All Implemented Interfaces:
java.lang.Iterable<EigenRowVector3d>,java.util.Collection<EigenRowVector3d>,java.util.List<EigenRowVector3d>,java.util.RandomAccess
public class VectorEigenRowVector3d extends java.util.AbstractList<EigenRowVector3d> implements java.util.RandomAccess
-
-
Constructor Summary
Constructors Constructor Description VectorEigenRowVector3d()VectorEigenRowVector3d(int count, EigenRowVector3d value)VectorEigenRowVector3d(long cPtr, boolean cMemoryOwn)VectorEigenRowVector3d(java.lang.Iterable<EigenRowVector3d> initialElements)VectorEigenRowVector3d(EigenRowVector3d[] initialElements)VectorEigenRowVector3d(VectorEigenRowVector3d other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, EigenRowVector3d e)booleanadd(EigenRowVector3d e)longcapacity()voidclear()voiddelete()EigenRowVector3dget(int index)static longgetCPtr(VectorEigenRowVector3d obj)booleanisEmpty()EigenRowVector3dremove(int index)voidreserve(long n)EigenRowVector3dset(int index, EigenRowVector3d e)intsize()-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
VectorEigenRowVector3d
public VectorEigenRowVector3d(long cPtr, boolean cMemoryOwn)
-
VectorEigenRowVector3d
public VectorEigenRowVector3d(EigenRowVector3d[] initialElements)
-
VectorEigenRowVector3d
public VectorEigenRowVector3d(java.lang.Iterable<EigenRowVector3d> initialElements)
-
VectorEigenRowVector3d
public VectorEigenRowVector3d()
-
VectorEigenRowVector3d
public VectorEigenRowVector3d(VectorEigenRowVector3d other)
-
VectorEigenRowVector3d
public VectorEigenRowVector3d(int count, EigenRowVector3d value)
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorEigenRowVector3d obj)
-
delete
public void delete()
-
get
public EigenRowVector3d get(int index)
- Specified by:
getin interfacejava.util.List<EigenRowVector3d>- Specified by:
getin classjava.util.AbstractList<EigenRowVector3d>
-
set
public EigenRowVector3d set(int index, EigenRowVector3d e)
- Specified by:
setin interfacejava.util.List<EigenRowVector3d>- Overrides:
setin classjava.util.AbstractList<EigenRowVector3d>
-
add
public boolean add(EigenRowVector3d e)
- Specified by:
addin interfacejava.util.Collection<EigenRowVector3d>- Specified by:
addin interfacejava.util.List<EigenRowVector3d>- Overrides:
addin classjava.util.AbstractList<EigenRowVector3d>
-
add
public void add(int index, EigenRowVector3d e)- Specified by:
addin interfacejava.util.List<EigenRowVector3d>- Overrides:
addin classjava.util.AbstractList<EigenRowVector3d>
-
remove
public EigenRowVector3d remove(int index)
- Specified by:
removein interfacejava.util.List<EigenRowVector3d>- Overrides:
removein classjava.util.AbstractList<EigenRowVector3d>
-
size
public int size()
- Specified by:
sizein interfacejava.util.Collection<EigenRowVector3d>- Specified by:
sizein interfacejava.util.List<EigenRowVector3d>- Specified by:
sizein classjava.util.AbstractCollection<EigenRowVector3d>
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacejava.util.Collection<EigenRowVector3d>- Specified by:
isEmptyin interfacejava.util.List<EigenRowVector3d>- Overrides:
isEmptyin classjava.util.AbstractCollection<EigenRowVector3d>
-
clear
public void clear()
- Specified by:
clearin interfacejava.util.Collection<EigenRowVector3d>- Specified by:
clearin interfacejava.util.List<EigenRowVector3d>- Overrides:
clearin classjava.util.AbstractList<EigenRowVector3d>
-
-