| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| com.mongodb.util |
Package containing misc utils.
|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| org.bson.io |
Contains classes implementing I/O operations used by BSON objects.
|
| org.bson.util |
Misc utils used by BSON.
|
| Class and Description |
|---|
| SimplePool
Deprecated.
This class is NOT a part of public API and will be dropped in 3.x versions.
|
| Class and Description |
|---|
| ClassMap
Maps Class objects to values.
|
| Class and Description |
|---|
| ClassMap
Maps Class objects to values.
|
| Class and Description |
|---|
| SimplePool
Deprecated.
This class is NOT a part of public API and will be dropped in 3.x versions.
|
| Class and Description |
|---|
| AbstractCopyOnWriteMap
Abstract base class for COW
Map implementations that delegate to an
internal map. |
| AbstractCopyOnWriteMap.CollectionView |
| AbstractCopyOnWriteMap.EntrySet |
| AbstractCopyOnWriteMap.KeySet |
| AbstractCopyOnWriteMap.Values |
| AbstractCopyOnWriteMap.View
Provides access to the views of the underlying key, value and entry
collections.
|
| AbstractCopyOnWriteMap.View.Type
The different types of
AbstractCopyOnWriteMap.View available |
| CopyOnWriteMap
A thread-safe variant of
Map in which all mutative operations (the "destructive" operations described by Map put, remove and so on) are implemented by making a fresh copy of the underlying map. |
| CopyOnWriteMap.Builder
Build a
CopyOnWriteMap and specify all the options. |
| Function |