ledger-core
|
Public Attributes | |
const GlobalRef< jclass > | clazz { jniFindClass("java/util/Map$Entry") } |
const jmethodID | method_getKey { jniGetMethodID(clazz.get(), "getKey", "()Ljava/lang/Object;") } |
const jmethodID | method_getValue { jniGetMethodID(clazz.get(), "getValue", "()Ljava/lang/Object;") } |