jni-rs / jni-sys

Apache License 2.0
53 stars 19 forks source link

jboolean as bool #13

Closed EliseChouleur closed 2 years ago

EliseChouleur commented 2 years ago

Hello,

It's more a question than an issue but why the jboolean value isn't considered as a bool ? My concern is that I wanted to convert a Vec via Robusta to ArrayList but u8 are considered Boolean.

Thanks

sfackler commented 2 years ago

That's just how it's defined by Java.