Package nds2
Class simple_segment_list_type
- java.lang.Object
-
- nds2.vectorSimpleSegment
-
- nds2.simple_segment_list_type
-
public class simple_segment_list_type extends vectorSimpleSegment
-
-
Constructor Summary
Constructors Modifier Constructor Description simple_segment_list_type()
protected
simple_segment_list_type(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(simple_segment_list_type obj)
void
pushBack(simple_segment x)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(simple_segment_list_type obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classvectorSimpleSegment
-
delete
public void delete()
- Overrides:
delete
in classvectorSimpleSegment
-
pushBack
public void pushBack(simple_segment x)
-
-