Uses of Class
nds2.simple_segment_list_type
-
-
Uses of simple_segment_list_type in nds2
Methods in nds2 that return simple_segment_list_type Modifier and Type Method Description simple_segment_list_type
vectorSimpleSegmentListType. get(int index)
simple_segment_list_type
vectorSimpleSegmentListType. remove(int index)
simple_segment_list_type
vectorSimpleSegmentListType. set(int index, simple_segment_list_type e)
simple_segment_list_type
availability. simpleList()
Methods in nds2 with parameters of type simple_segment_list_type Modifier and Type Method Description void
vectorSimpleSegmentListType. add(int index, simple_segment_list_type e)
boolean
vectorSimpleSegmentListType. add(simple_segment_list_type e)
protected static long
simple_segment_list_type. getCPtr(simple_segment_list_type obj)
static long
nds2JNI. new_vectorSimpleSegmentListType__SWIG_2(int jarg1, long jarg2, simple_segment_list_type jarg2_)
void
simple_availability_list_type. pushBack(simple_segment_list_type x)
simple_segment_list_type
vectorSimpleSegmentListType. set(int index, simple_segment_list_type e)
static void
nds2JNI. simple_availability_list_type_pushBack(long jarg1, simple_availability_list_type jarg1_, long jarg2, simple_segment_list_type jarg2_)
static void
nds2JNI. simple_segment_list_type_pushBack(long jarg1, simple_segment_list_type jarg1_, long jarg2, simple_segment jarg2_)
static void
nds2JNI. vectorSimpleSegmentListType_doAdd__SWIG_0(long jarg1, vectorSimpleSegmentListType jarg1_, long jarg2, simple_segment_list_type jarg2_)
static void
nds2JNI. vectorSimpleSegmentListType_doAdd__SWIG_1(long jarg1, vectorSimpleSegmentListType jarg1_, int jarg2, long jarg3, simple_segment_list_type jarg3_)
static long
nds2JNI. vectorSimpleSegmentListType_doSet(long jarg1, vectorSimpleSegmentListType jarg1_, int jarg2, long jarg3, simple_segment_list_type jarg3_)
Constructors in nds2 with parameters of type simple_segment_list_type Constructor Description vectorSimpleSegmentListType(int count, simple_segment_list_type value)
vectorSimpleSegmentListType(simple_segment_list_type[] initialElements)
Constructor parameters in nds2 with type arguments of type simple_segment_list_type Constructor Description vectorSimpleSegmentListType(java.lang.Iterable<simple_segment_list_type> initialElements)
-