public class LazyDBList extends LazyBSONList implements DBObject
LazyDBObject representing a BSON array.LazyBSONList.LazyBSONListIterator| 构造器和说明 |
|---|
LazyDBList(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyDBList(byte[] bytes,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isPartialObject()
Whether
DBObject.markAsPartialObject() was ever called only matters if you are going to upsert and do not want to risk losing fields. |
void |
markAsPartialObject()
If this object was retrieved with only some fields (using a field filter) this method will be called to mark it as such.
|
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, getBytes, getOffset, hashCode, isEmpty, keySet, pipe, put, putAll, putAll, removeField, toMap, toStringcontainsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMappublic LazyDBList(byte[] bytes,
LazyBSONCallback callback)
bytes - the raw BSON bytescallback - the callback to use to create nested valuespublic LazyDBList(byte[] bytes,
int offset,
LazyBSONCallback callback)
bytes - the raw BSON bytesoffset - the offset into the raw bytescallback - the callback to use to create nested valuespublic void markAsPartialObject()
DBObjectmarkAsPartialObject 在接口中 DBObjectpublic boolean isPartialObject()
DBObjectDBObject.markAsPartialObject() was ever called only matters if you are going to upsert and do not want to risk losing fields.isPartialObject 在接口中 DBObject