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