public class LazyDBList extends LazyDBList
LazyDBObject
representing a BSON array.LazyBSONList.LazyBSONListIterator
LazyBSONObject.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, toString
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
containsField, containsKey, entrySet, equals, get, getBSONSize, getBytes, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap
equals, hashCode, isEmpty, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public 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