Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
org.bson |
Contains the base BSON classes.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyDBList
A
LazyDBObject representing a BSON array. |
class |
LazyDBObject
An immutable
DBObject backed by a byte buffer that lazily provides keys and values on request. |
Modifier and Type | Class and Description |
---|---|
class |
LazyBSONList
A
LazyBSONObject representing a BSON array. |