Uses of Class
nds2.vectorSegment
-
-
Uses of vectorSegment in nds2
Subclasses of vectorSegment in nds2 Modifier and Type Class Description class
segment_list_type
A list of detailed segments.Methods in nds2 with parameters of type vectorSegment Modifier and Type Method Description protected static long
vectorSegment. getCPtr(vectorSegment obj)
static void
nds2JNI. vectorSegment_add(long jarg1, vectorSegment jarg1_, long jarg2, segment jarg2_)
static long
nds2JNI. vectorSegment_capacity(long jarg1, vectorSegment jarg1_)
static void
nds2JNI. vectorSegment_clear(long jarg1, vectorSegment jarg1_)
static long
nds2JNI. vectorSegment_get(long jarg1, vectorSegment jarg1_, int jarg2)
static boolean
nds2JNI. vectorSegment_isEmpty(long jarg1, vectorSegment jarg1_)
static void
nds2JNI. vectorSegment_reserve(long jarg1, vectorSegment jarg1_, long jarg2)
static void
nds2JNI. vectorSegment_set(long jarg1, vectorSegment jarg1_, int jarg2, long jarg3, segment jarg3_)
static long
nds2JNI. vectorSegment_size(long jarg1, vectorSegment jarg1_)
-