Cursor.get() only takes one parameter GetOp. This works fine for GetOp.FIRST etc, but doesn't work for get entry for a key. The seek() method, on the other hand, has a comment "Same as get but with a seek operation", has a key parameter. I'm trying to use GetOp.GET_MULTIPLE to get values for a particular key, but couldn't find a way to do it.
Cursor.get() only takes one parameter GetOp. This works fine for GetOp.FIRST etc, but doesn't work for get entry for a key. The seek() method, on the other hand, has a comment "Same as get but with a seek operation", has a key parameter. I'm trying to use GetOp.GET_MULTIPLE to get values for a particular key, but couldn't find a way to do it.