Package com.mongodb
Class LazyDBList
java.lang.Object
org.bson.LazyBSONObject
org.bson.LazyBSONList
com.mongodb.LazyDBList
- All Implemented Interfaces:
- DBObject,- Iterable,- Collection,- List,- BSONObject
A 
LazyDBObject representing a BSON array.- 
Nested Class SummaryNested classes/interfaces inherited from class org.bson.LazyBSONListLazyBSONList.LazyBSONListIterator
- 
Constructor SummaryConstructorsConstructorDescriptionLazyDBList(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.
- 
Method SummaryMethods inherited from class org.bson.LazyBSONListadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayMethods inherited from class org.bson.LazyBSONObjectcontainsField, entrySet, equals, get, getBSONSize, getBytes, getOffset, hashCode, isEmpty, keySet, pipe, put, putAll, putAll, removeField, toMapMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bson.BSONObjectcontainsField, get, keySet, put, putAll, putAll, removeField, toMapMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Listequals, hashCode, isEmpty, replaceAll, sort, spliterator
- 
Constructor Details- 
LazyDBListConstruct an instance with the given raw bytes and offset.- Parameters:
- bytes- the raw BSON bytes
- callback- the callback to use to create nested values
 
- 
LazyDBListConstruct an instance with the given raw bytes and offset.- Parameters:
- bytes- the raw BSON bytes
- offset- the offset into the raw bytes
- callback- the callback to use to create nested values
 
 
- 
- 
Method Details- 
markAsPartialObjectpublic void markAsPartialObject()- Specified by:
- markAsPartialObjectin interface- DBObject
 
- 
isPartialObjectpublic boolean isPartialObject()- Specified by:
- isPartialObjectin interface- DBObject
 
 
-