Assuming it should be relatively easy to implement CursorIterator.remove(), and probably add an additional method CursorIterator.remove(final PutFlags... f), by just delegating to cursor.delete(...)? The KeyRange / CursorIterator abstraction is nice, but seems like it's missing this functionality!