|
ledger-core
|
Collaboration diagram for djinni::EntryJniInfo: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;") } |
1.8.13