Package com.couchbase.lite.internal.core
Class C4DocEnumerator
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4NativePeer
-
- com.couchbase.lite.internal.core.C4DocEnumerator
-
- All Implemented Interfaces:
AutoCloseable
public class C4DocEnumerator extends C4NativePeer
Unfortunately, the build system depends on having all the classes with native methods in the main source tree. Moving this class to the test tree would require major changes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
C4Document
getDocument()
boolean
next()
-
Methods inherited from class com.couchbase.lite.internal.core.C4NativePeer
toString
-
-
-
-
Method Detail
-
getDocument
@NonNull public C4Document getDocument() throws LiteCoreException
- Throws:
LiteCoreException
-
next
public boolean next() throws LiteCoreException
- Throws:
LiteCoreException
-
close
@CallSuper public void close()
-
-