Package nds2
Class vectorSimpleSegmentListType
- java.lang.Object
-
- nds2.vectorSimpleSegmentListType
-
- Direct Known Subclasses:
simple_availability_list_type
public class vectorSimpleSegmentListType extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description vectorSimpleSegmentListType()
vectorSimpleSegmentListType(long n)
protected
vectorSimpleSegmentListType(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(vectorSimpleSegmentListType obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
size
public long size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
clear
public void clear()
-
add
public void add(simple_segment_list_type x)
-
get
public simple_segment_list_type get(int i)
-
set
public void set(int i, simple_segment_list_type val)
-
-