Uses of Class
nds2.simple_segment_list_type
-
Uses of simple_segment_list_type in nds2
Methods in nds2 that return simple_segment_list_typeModifier and TypeMethodDescriptionvectorSimpleSegmentListType.get
(int index) vectorSimpleSegmentListType.remove
(int index) vectorSimpleSegmentListType.set
(int index, simple_segment_list_type e) availability.simpleList()
Methods in nds2 with parameters of type simple_segment_list_typeModifier and TypeMethodDescriptionvoid
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 final 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) vectorSimpleSegmentListType.set
(int index, simple_segment_list_type e) static final void
nds2JNI.simple_availability_list_type_pushBack
(long jarg1, simple_availability_list_type jarg1_, long jarg2, simple_segment_list_type jarg2_) static final void
nds2JNI.simple_segment_list_type_pushBack
(long jarg1, simple_segment_list_type jarg1_, long jarg2, simple_segment jarg2_) static final void
nds2JNI.vectorSimpleSegmentListType_doAdd__SWIG_0
(long jarg1, vectorSimpleSegmentListType jarg1_, long jarg2, simple_segment_list_type jarg2_) static final void
nds2JNI.vectorSimpleSegmentListType_doAdd__SWIG_1
(long jarg1, vectorSimpleSegmentListType jarg1_, int jarg2, long jarg3, simple_segment_list_type jarg3_) static final 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_typeModifierConstructorDescriptionvectorSimpleSegmentListType
(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_typeModifierConstructorDescriptionvectorSimpleSegmentListType
(Iterable<simple_segment_list_type> initialElements)