ledger-core
Public Attributes | List of all members
djinni::MapJniInfo Struct Reference
+ Collaboration diagram for djinni::MapJniInfo:

Public Attributes

const GlobalRef< jclass > clazz { jniFindClass("java/util/HashMap") }
 
const jmethodID constructor { jniGetMethodID(clazz.get(), "<init>", "()V") }
 
const jmethodID method_put { jniGetMethodID(clazz.get(), "put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;") }
 
const jmethodID method_size { jniGetMethodID(clazz.get(), "size", "()I") }
 
const jmethodID method_entrySet { jniGetMethodID(clazz.get(), "entrySet", "()Ljava/util/Set;") }
 

The documentation for this struct was generated from the following file: