Package nds2
Class simple_segment_list_type
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<simple_segment>
-
- nds2.vectorSimpleSegment
-
- nds2.simple_segment_list_type
-
- All Implemented Interfaces:
java.lang.Iterable<simple_segment>
,java.util.Collection<simple_segment>
,java.util.List<simple_segment>
,java.util.RandomAccess
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)
protected void
swigSetCMemOwn(boolean own)
-
Methods inherited from class nds2.vectorSimpleSegment
add, add, capacity, clear, get, getCPtr, isEmpty, remove, removeRange, reserve, set, size
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(simple_segment_list_type obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwn
in classvectorSimpleSegment
-
finalize
protected void finalize()
- Overrides:
finalize
in classvectorSimpleSegment
-
delete
public void delete()
- Overrides:
delete
in classvectorSimpleSegment
-
pushBack
public void pushBack(simple_segment x)
-
-