Thank you for creating LmdbJava!
I'm trying to adapt your tutorial5() method to use the MDB_MULTIPLE flag to store the three values in one call. The LMDB documentation says that the data argument must be two MDB_vals. Is this possible using LmdbJava?