Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_util_FutureArrays_H
#define org_apache_lucene_util_FutureArrays_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class Class;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace util {
class FutureArrays : public ::java::lang::Object {
public:
enum {
mid_compare_19211574bc348e43,
mid_compare_805bce19f415023f,
mid_compare_518cdb6f004587ef,
mid_compareUnsigned_05e22f7499a752ca,
mid_equals_05bd33ff73b8675b,
mid_equals_d1b99f24da3df4c1,
mid_equals_4d865c4b4341f06b,
mid_equals_9d91dfc32ad4e024,
mid_mismatch_805bce19f415023f,
mid_mismatch_05e22f7499a752ca,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit FutureArrays(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
FutureArrays(const FutureArrays& obj) : ::java::lang::Object(obj) {}
static jint compare(const JArray< jlong > &, jint, jint, const JArray< jlong > &, jint, jint);
static jint compare(const JArray< jchar > &, jint, jint, const JArray< jchar > &, jint, jint);
static jint compare(const JArray< jint > &, jint, jint, const JArray< jint > &, jint, jint);
static jint compareUnsigned(const JArray< jbyte > &, jint, jint, const JArray< jbyte > &, jint, jint);
static jboolean equals(const JArray< jbyte > &, jint, jint, const JArray< jbyte > &, jint, jint);
static jboolean equals(const JArray< jlong > &, jint, jint, const JArray< jlong > &, jint, jint);
static jboolean equals(const JArray< jchar > &, jint, jint, const JArray< jchar > &, jint, jint);
static jboolean equals(const JArray< jint > &, jint, jint, const JArray< jint > &, jint, jint);
static jint mismatch(const JArray< jchar > &, jint, jint, const JArray< jchar > &, jint, jint);
static jint mismatch(const JArray< jbyte > &, jint, jint, const JArray< jbyte > &, jint, jint);
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace util {
extern PyType_Def PY_TYPE_DEF(FutureArrays);
extern PyTypeObject *PY_TYPE(FutureArrays);
class t_FutureArrays {
public:
PyObject_HEAD
FutureArrays object;
static PyObject *wrap_Object(const FutureArrays&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif