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)protectedvectorSimpleSegmentListType(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(simple_segment_list_type x)longcapacity()voidclear()voiddelete()protected voidfinalize()simple_segment_list_typeget(int i)protected static longgetCPtr(vectorSimpleSegmentListType obj)booleanisEmpty()voidreserve(long n)voidset(int i, simple_segment_list_type val)longsize()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(vectorSimpleSegmentListType obj)
-
finalize
protected void finalize()
- Overrides:
finalizein 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)
-
-