public class LazyDBList extends LazyDBList
LazyDBObject representing a BSON array.LazyBSONList.LazyBSONListIteratorLazyBSONObject.LazyBSONKeySet_callback, _doc_start_offset, _input| Constructor and Description |
|---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
use
LazyDBList(byte[], org.bson.LazyBSONCallback) instead |
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.
|
isPartialObject, markAsPartialObject, toStringadd, 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, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMapequals, hashCode, isEmpty, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic 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 values@Deprecated public LazyDBList(BSONByteBuffer buffer, LazyBSONCallback callback)
LazyDBList(byte[], org.bson.LazyBSONCallback) instead@Deprecated public LazyDBList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
LazyDBList(byte[], int, org.bson.LazyBSONCallback) instead