ledger-core
|
Public Attributes | |
const GlobalRef< jclass > | clazz { jniFindClass("java/util/ArrayList") } |
const jmethodID | constructor { jniGetMethodID(clazz.get(), "<init>", "(I)V") } |
const jmethodID | method_add { jniGetMethodID(clazz.get(), "add", "(Ljava/lang/Object;)Z") } |
const jmethodID | method_get { jniGetMethodID(clazz.get(), "get", "(I)Ljava/lang/Object;") } |
const jmethodID | method_size { jniGetMethodID(clazz.get(), "size", "()I") } |