@InterfaceStability.Committed @InterfaceAudience.Private public class JsonArrayDocumentIterator<E> extends Object implements Iterator<E>
Iterator that can iterate over a JsonArrayDocument identified by id
in the given bucket. Uses CAS to perform its remove() operation.| Constructor and Description |
|---|
JsonArrayDocumentIterator(Bucket bucket,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2015 Couchbase, Inc.