public Iterator NewIterator(ReadOptions options) { return(new Iterator(Native.leveldb_create_iterator(handle, options.handle))); }