Do not instantiate this class directly, instead use ObjectStore.iterator or Index.iterator to get an instance of this class.
Iterating over keys and primary keys. To update/delete, use iterateValues instead.
return true to break the iteration.
Optional
options: CursorIterationOption<IK, PK>see doc of CursorIterationOption to know how to use.
Iterating over key, primary keys and objects. You can also update or delete during iteration using CursorValue2.update or CursorValue2.delete.
return true to break the iteration.
Optional
options: CursorIterationOption<IK, PK>see doc of CursorIterationOption to know how to use.
Do not instantiate this class directly, instead use ObjectStore.iterator or Index.iterator to get an instance of this class.