Add doc + refactor + fix formatting

This commit is contained in:
Ankit Gupta
2014-04-19 13:05:21 -07:00
parent 1d6c1e018f
commit dc28a726c1
7 changed files with 111 additions and 73 deletions

View File

@@ -135,7 +135,7 @@ public class RocksDB {
throws RocksDBException {
remove(nativeHandle_, writeOpt.nativeHandle_, key, key.length);
}
public Iterator iterator() {
return new Iterator(iterator0(nativeHandle_));
}