@Deprecated public class KeyCachingLazyBSONObject extends LazyBSONObject
LazyBSONObject.LazyBSONKeySet_callback, _doc_start_offset, _input| Constructor and Description |
|---|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
LazyBSONCallback cbk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsField(String s)
Deprecated.
Checks if this object contains a field with the given name.
|
Object |
get(String key)
Deprecated.
Gets a field from this object by a given name.
|
containsKey, entrySet, equals, getBSONSize, getBytes, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMap, toStringpublic KeyCachingLazyBSONObject(byte[] data,
LazyBSONCallback cbk)
public KeyCachingLazyBSONObject(byte[] data,
int offset,
LazyBSONCallback cbk)
@Deprecated public KeyCachingLazyBSONObject(BSONByteBuffer buffer, LazyBSONCallback callback)
KeyCachingLazyBSONObject(byte[], LazyBSONCallback) instead@Deprecated public KeyCachingLazyBSONObject(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
KeyCachingLazyBSONObject(byte[], int, LazyBSONCallback) insteadpublic Object get(String key)
BSONObjectget in interface BSONObjectget in class LazyBSONObjectkey - The name of the field fetchpublic boolean containsField(String s)
BSONObjectcontainsField in interface BSONObjectcontainsField in class LazyBSONObjects - Field name for which to check