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