DBObject, Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess, BSONObjectpublic class BasicDBList extends BasicBSONList implements DBObject
modCount| Constructor | Description |
|---|---|
BasicDBList() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
copy() |
Copies this instance into a new Object.
|
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.
|
containsAll, toStringequals, hashCodeadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsField, containsKey, get, keySet, put, put, putAll, putAll, removeField, toMapcontainsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMapparallelStream, streampublic boolean isPartialObject()
DBObjectDBObject.markAsPartialObject() was ever called only matters if you are going to upsert and do not want to risk losing fields.isPartialObject in interface DBObjectpublic void markAsPartialObject()
DBObjectmarkAsPartialObject in interface DBObjectpublic Object copy()