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