org.bson
public class LazyDBList extends LazyBSONList implements com.mongodb.DBObject
LazyBSONList.LazyBSONListIteratorLazyBSONObject.LazyBSONKeySet_callback, _doc_start_offset, _input| Constructor and Description |
|---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback) |
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback) |
LazyDBList(byte[] data,
LazyBSONCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPartialObject() |
void |
markAsPartialObject() |
java.lang.String |
toString()
Returns a JSON serialization of this object
|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycontainsField, containsKey, entrySet, equals, get, getBSONSize, getElementBSONSize, getElementType, getElementValue, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMapclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMappublic LazyDBList(byte[] data,
LazyBSONCallback callback)
public LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback)
public LazyDBList(BSONByteBuffer buffer, LazyBSONCallback callback)
public LazyDBList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
public java.lang.String toString()
toString in class LazyBSONObjectpublic boolean isPartialObject()
isPartialObject in interface com.mongodb.DBObjectpublic void markAsPartialObject()
markAsPartialObject in interface com.mongodb.DBObject