Uses of Class
nds2.vectorEpochs
-
-
Uses of vectorEpochs in nds2
Subclasses of vectorEpochs in nds2 Modifier and Type Class Description class
epochs_type
Methods in nds2 with parameters of type vectorEpochs Modifier and Type Method Description protected static long
vectorEpochs. getCPtr(vectorEpochs obj)
static long
nds2JNI. new_vectorEpochs__SWIG_1(long jarg1, vectorEpochs jarg1_)
static long
nds2JNI. vectorEpochs_capacity(long jarg1, vectorEpochs jarg1_)
static void
nds2JNI. vectorEpochs_clear(long jarg1, vectorEpochs jarg1_)
static void
nds2JNI. vectorEpochs_doAdd__SWIG_0(long jarg1, vectorEpochs jarg1_, long jarg2, epoch jarg2_)
static void
nds2JNI. vectorEpochs_doAdd__SWIG_1(long jarg1, vectorEpochs jarg1_, int jarg2, long jarg3, epoch jarg3_)
static long
nds2JNI. vectorEpochs_doGet(long jarg1, vectorEpochs jarg1_, int jarg2)
static long
nds2JNI. vectorEpochs_doRemove(long jarg1, vectorEpochs jarg1_, int jarg2)
static void
nds2JNI. vectorEpochs_doRemoveRange(long jarg1, vectorEpochs jarg1_, int jarg2, int jarg3)
static long
nds2JNI. vectorEpochs_doSet(long jarg1, vectorEpochs jarg1_, int jarg2, long jarg3, epoch jarg3_)
static int
nds2JNI. vectorEpochs_doSize(long jarg1, vectorEpochs jarg1_)
static boolean
nds2JNI. vectorEpochs_isEmpty(long jarg1, vectorEpochs jarg1_)
static void
nds2JNI. vectorEpochs_reserve(long jarg1, vectorEpochs jarg1_, long jarg2)
Constructors in nds2 with parameters of type vectorEpochs Constructor Description vectorEpochs(vectorEpochs other)
-