#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jint JNICALL | Java_de_aitools_aq_invertedindex_core_Postlist_natGetLength (JNIEnv *, jobject, jint) |
JNIEXPORT void JNICALL | Java_de_aitools_aq_invertedindex_core_Postlist_natDelete (JNIEnv *, jobject, jint) |
JNIEXPORT void JNICALL | Java_de_aitools_aq_invertedindex_core_Postlist_natRewind (JNIEnv *, jobject, jint) |
JNIEXPORT jbyteArray JNICALL | Java_de_aitools_aq_invertedindex_core_Postlist_natNext (JNIEnv *, jobject, jint) |
JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natDelete | ( | JNIEnv * | , | |
jobject | , | |||
jint | ||||
) |
Definition at line 42 of file Postlist.java.cpp.
JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natGetLength | ( | JNIEnv * | , | |
jobject | , | |||
jint | ||||
) |
Definition at line 23 of file Postlist.java.cpp.
JNIEXPORT jbyteArray JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natNext | ( | JNIEnv * | , | |
jobject | , | |||
jint | ||||
) |
Definition at line 71 of file Postlist.java.cpp.
JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natRewind | ( | JNIEnv * | , | |
jobject | , | |||
jint | ||||
) |
Definition at line 53 of file Postlist.java.cpp.