public class vectorSimpleSegmentListType
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
vectorSimpleSegmentListType() |
|
vectorSimpleSegmentListType(long n) |
protected |
vectorSimpleSegmentListType(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(simple_segment_list_type x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
simple_segment_list_type |
get(int i) |
protected static long |
getCPtr(vectorSimpleSegmentListType obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
simple_segment_list_type val) |
long |
size() |
protected vectorSimpleSegmentListType(long cPtr, boolean cMemoryOwn)
public vectorSimpleSegmentListType()
public vectorSimpleSegmentListType(long n)
protected static long getCPtr(vectorSimpleSegmentListType obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(simple_segment_list_type x)
public simple_segment_list_type get(int i)
public void set(int i, simple_segment_list_type val)