google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
244 stars 29 forks source link

Add `ArrayList` to stock jni definitions. #296

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 4 months ago

Add ArrayList to stock jni definitions.

This implements List so it's suitable to use for Kolin's default list definitions.