|
ledger-core
|
Collaboration diagram for djinni::SetJniInfo:Public Attributes | |
| const GlobalRef< jclass > | clazz { jniFindClass("java/util/HashSet") } |
| const jmethodID | constructor { jniGetMethodID(clazz.get(), "<init>", "()V") } |
| const jmethodID | method_add { jniGetMethodID(clazz.get(), "add", "(Ljava/lang/Object;)Z") } |
| const jmethodID | method_size { jniGetMethodID(clazz.get(), "size", "()I") } |
| const jmethodID | method_iterator { jniGetMethodID(clazz.get(), "iterator", "()Ljava/util/Iterator;") } |
1.8.13