| Package | Description |
|---|---|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<LazyBSONObject.ElementRecord> |
LazyBSONList.LazyBSONListIterator.elements |
private java.util.HashMap<java.lang.String,LazyBSONObject.ElementRecord> |
KeyCachingLazyBSONObject.fieldIndex
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) LazyBSONObject.ElementRecord |
LazyBSONObject.getElement(java.lang.String key)
returns the ElementRecord for the given key, or null if not found
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.List<LazyBSONObject.ElementRecord> |
LazyBSONObject.getElements()
returns all the ElementRecords in this document
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
LazyBSONObject.getElementValue(LazyBSONObject.ElementRecord record)
Deprecated.
This method is NOT a part of public API and will be dropped in 3.x versions.
|