Class NativeIterator
java.lang.Object
org.fusesource.leveldbjni.internal.NativeObject
org.fusesource.leveldbjni.internal.NativeIterator
Provides a java interface to the C++ leveldb::Iterator class.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.fusesource.leveldbjni.internal.NativeObject
self -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fusesource.leveldbjni.internal.NativeObject
assertAllocated, isAllocated, pointer
-
Constructor Details
-
NativeIterator
NativeIterator(long self)
-
-
Method Details
-
delete
public void delete() -
isValid
public boolean isValid() -
checkStatus
- Throws:
NativeDB.DBException
-
seekToFirst
public void seekToFirst() -
seekToLast
public void seekToLast() -
seek
- Throws:
NativeDB.DBException
-
seek
- Throws:
NativeDB.DBException
-
seek
- Throws:
NativeDB.DBException
-
next
- Throws:
NativeDB.DBException
-
prev
- Throws:
NativeDB.DBException
-
key
- Throws:
NativeDB.DBException
-
value
- Throws:
NativeDB.DBException
-